Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::RDS::DBCluster: add missing GlobalClusterIdentifier parameter #1908

Merged

Conversation

izstas
Copy link
Contributor

@izstas izstas commented Jun 1, 2021

GlobalClusterIdentifier is missing from troposphere.rds.DBCluster.

From CloudFormation Resource Specification:

        "GlobalClusterIdentifier": {
          "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-globalclusteridentifier",
          "PrimitiveType": "String",
          "Required": false,
          "UpdateType": "Conditional"
        },

From the documentation:

If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.

@markpeek markpeek merged commit 4e95601 into cloudtools:master Jun 13, 2021
@markpeek
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants