Skip to content

Commit

Permalink
Update FQDN
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored and goneri committed Sep 21, 2022
1 parent ff659a2 commit 35e3b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/rds_snapshot_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@

EXAMPLES = '''
- name: Get information about an snapshot
community.aws.rds_snapshot_info:
amazon.aws.rds_snapshot_info:
db_snapshot_identifier: snapshot_name
register: new_database_info
- name: Get all RDS snapshots for an RDS instance
community.aws.rds_snapshot_info:
amazon.aws.rds_snapshot_info:
db_instance_identifier: helloworld-rds-master
'''

Expand Down

0 comments on commit 35e3b39

Please sign in to comment.