Skip to content

Commit

Permalink
try docs fix (ansible-collections#871)
Browse files Browse the repository at this point in the history
wafv2_web_acl_info doc fix

SUMMARY
  10:5      error    wrong indentation: expected 2 but found 4  (indentation)
  19:30     error    too few spaces after comma  (commas)
  23:1      error    wrong indentation: expected 2 but found 0  (indentation)

ISSUE TYPE


Docs Pull Request

COMPONENT NAME
wafv2_web_acl_info

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Mark Woolley <[email protected]>
  • Loading branch information
markuman authored and abikouo committed Sep 18, 2023
1 parent 285e218 commit aa09a6e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions wafv2_web_acl_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
description:
- Info about web acl
options:
name:
description:
- The name of the web acl.
required: true
type: str
scope:
description:
- Scope of wafv2 web acl.
required: true
choices: ["CLOUDFRONT","REGIONAL"]
type: str
name:
description:
- The name of the web acl.
required: true
type: str
scope:
description:
- Scope of wafv2 web acl.
required: true
choices: ["CLOUDFRONT", "REGIONAL"]
type: str
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.aws
- amazon.aws.ec2
'''

Expand Down

0 comments on commit aa09a6e

Please sign in to comment.