Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 17:33
· 47 commits to main since this release
850d59b
Add serverlessv2 config to aws_rds_cluster.secondary @asmithdt (#181)

what

Add missing config to aws_rds_cluster.secondary

why

Error: creating RDS Cluster (<redacted>) Instance (<redacted>): InvalidDBClusterStateFault: Set the Serverless v2 scaling configuration on the parent DB cluster before creating a Serverless v2 DB instance.
│       status code: 400, request id:

Tested on my cluster and confirmed to work when a serverless configuration is provided.