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 (#1663) (#1664)

[PR #1663/82162752 backport][stable-5] Allow user to associate rds cluster with a global rds cluster

This is a backport of PR #1663 as merged into main (8216275).
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: Alina Buzachis
  • Loading branch information
patchback[bot] authored Jul 31, 2023
1 parent c03a39e commit 7f932c6
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 @@ -772,6 +772,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 7f932c6

Please sign in to comment.