Skip to content

Commit

Permalink
Allow user to associate rds cluster with a global rds cluster by pass…
Browse files Browse the repository at this point in the history
…ing GlobalClusterIdentifier (ansible-collections#1663)

Allow user to associate rds cluster with a global rds cluster

SUMMARY

Allow user to associate rds cluster with a global rds cluster

ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

rds_cluster
ADDITIONAL INFORMATION

Reviewed-by: Jill R
Reviewed-by: Mandar Kulkarni <[email protected]>
  • Loading branch information
alinabuzachis authored and krisek committed Aug 31, 2023
1 parent a0eb9d3 commit f692a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230725-rds_cluster-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- rds_cluster - Allow to pass GlobalClusterIdentifier to rds cluster on creation (https://github.com/ansible-collections/amazon.aws/pull/1663)."
1 change: 1 addition & 0 deletions plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ def get_create_options(params_dict):
"Domain",
"DomainIAMRoleName",
"EnableGlobalWriteForwarding",
"GlobalClusterIdentifier",
]

return dict((k, v) for k, v in params_dict.items() if k in options and v is not None)
Expand Down

0 comments on commit f692a36

Please sign in to comment.