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:
Chris Adams 2018-08-17 19:48:44 -04:00 committed by Will Thames
parent 8c97aa948e
commit ab76fcd18a

View file

@ -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