From ab76fcd18a18ed3c915875e2af7bbce645b32cab Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Fri, 17 Aug 2018 19:48:44 -0400 Subject: [PATCH] rds_instance_facts: use correct parameter in example (#44323) The example referenced `name:` which is not a supported parameter. +label: docsite_pr --- lib/ansible/modules/cloud/amazon/rds_instance_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/rds_instance_facts.py b/lib/ansible/modules/cloud/amazon/rds_instance_facts.py index d7e3ddac35a..f235f81c7a5 100644 --- a/lib/ansible/modules/cloud/amazon/rds_instance_facts.py +++ b/lib/ansible/modules/cloud/amazon/rds_instance_facts.py @@ -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