mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +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 = '''
|
||||
# Get facts about an instance
|
||||
- rds_instance_facts:
|
||||
name: new-database
|
||||
db_instance_identifier: new-database
|
||||
register: new_database_facts
|
||||
|
||||
# Get all RDS instances
|
||||
|
||||
Reference in New Issue
Block a user