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>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@41c7dd0
  • Loading branch information
tremble authored and alinabuzachis committed Oct 2, 2023
1 parent 240ac3d commit 1eb80fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions plugins/modules/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 1eb80fb

Please sign in to comment.