Skip to content

Commit

Permalink
Update Examples with FQCN (ansible-collections#67)
Browse files Browse the repository at this point in the history
Updated module examples with FQCN

Signed-off-by: Abhijeet Kasurde <[email protected]>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@98173ae
  • Loading branch information
Akasurde authored and alinabuzachis committed Oct 6, 2023
1 parent 1264ff8 commit 472cba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/aws_region_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
# Note: These examples do not set authentication details, see the AWS Guide for details.
# Gather information about all regions
- aws_region_info:
- community.aws.aws_region_info:
# Gather information about a single region
- aws_region_info:
- community.aws.aws_region_info:
filters:
region-name: eu-west-1
'''
Expand Down

0 comments on commit 472cba0

Please sign in to comment.