mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
rds_instance_facts: use correct parameter in example (#44323)
The example referenced `name:` which is not a supported parameter. +label: docsite_pr
This commit is contained in:
@@ -40,7 +40,7 @@ extends_documentation_fragment:
|
|||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Get facts about an instance
|
# Get facts about an instance
|
||||||
- rds_instance_facts:
|
- rds_instance_facts:
|
||||||
name: new-database
|
db_instance_identifier: new-database
|
||||||
register: new_database_facts
|
register: new_database_facts
|
||||||
|
|
||||||
# Get all RDS instances
|
# Get all RDS instances
|
||||||
|
|||||||
Reference in New Issue
Block a user