Skip to content

Commit

Permalink
Update rds.py (#49674)
Browse files Browse the repository at this point in the history
Adds endpoint and port to the instance return values for rds.py.  Partial fix for #37209
  • Loading branch information
Peter Kirby authored and acozine committed Dec 10, 2018
1 parent eb61d26 commit 41a6c1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/ansible/modules/cloud/amazon/rds.py
Expand Up @@ -319,6 +319,16 @@
returned: when RDS instance exists
type: string
sample: "ASERTG"
endpoint:
description: the endpoint uri of the database instance
returned: when RDS instance exists
type: string
sample: "my-ansible-database.asdfaosdgih.us-east-1.rds.amazonaws.com"
port:
description: the listening port of the database instance
returned: when RDS instance exists
type: int
sample: 3306
parameter_groups:
description: the list of DB parameter groups applied to this RDS instance
returned: when RDS instance exists and parameter groups are defined
Expand Down

0 comments on commit 41a6c1d

Please sign in to comment.