rds_instance_facts: use correct parameter in example (#44323)

The example referenced `name:` which is not a supported parameter.

+label: docsite_pr
pull/44343/head
Chris Adams 6 years ago committed by Will Thames
parent 8c97aa948e
commit ab76fcd18a

@ -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…
Cancel
Save