aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
Problem with AWS::RDS::GlobalCluster resource and the SourceDBClusterIdentifier param
Hi!
We had an issue with the SourceDBClusterIdentifier parameter in the AWS::RDS::GlobalCluster resource. The doc says that this param accepts the ID or the ARN of an RDS Cluster, but when we try the ARN, we get this error:
When we tried the Id of the cluster, the resource works well.
Can I create a PR fixing the doc? we lost some time troubleshooting this and we don't want it to happen to another team :)
Thanks!