mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
8c97aa948e
commit
ab76fcd18a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue