Skip to content

Commit

Permalink
Nudge module to trigger Sanity tests (ansible-collections#1372)
Browse files Browse the repository at this point in the history
aws_region_info - Minor docs linting 

SUMMARY
Nudge a module to trigger the sanity tests
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/modules/aws_region_info.py
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored and abikouo committed Sep 18, 2023
1 parent 9feefc2 commit 93b9f97
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions aws_region_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

DOCUMENTATION = '''
module: aws_region_info
short_description: Gather information about AWS regions.
short_description: Gather information about AWS regions
version_added: 1.0.0
description:
- Gather information about AWS regions.
author: 'Henrique Rodrigues (@Sodki)'
- Gather information about AWS regions.
author:
- 'Henrique Rodrigues (@Sodki)'
options:
filters:
description:
Expand All @@ -25,8 +26,8 @@
default: {}
type: dict
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.aws
- amazon.aws.ec2
'''

EXAMPLES = '''
Expand Down

0 comments on commit 93b9f97

Please sign in to comment.