-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add Multi-AZ support for RDS clusters #23684
Add Multi-AZ support for RDS clusters #23684
Conversation
…upport Multi-AZ DB clusters
…orage, iops and db_cluster_instance_class
…_cluster_instance_class attributes
…upport Multi-AZ DB clusters
…orage, iops and db_cluster_instance_class
…_cluster_instance_class attributes
…chaatsbergen/terraform-provider-aws into add-multi-az-rds-engine-types
Heya @YakDriver & @ewbankkit, I re-created the PR as the previous one became a bit messy to review after the rebases I did. I'll touch up the documentation of |
Not quite sure why terrafmt is complaining about my changes in |
@bschaatsbergen It's tabs vs. spaces that causes the |
Ah crap, that's good to know for the future. Thanks for fixing it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccRDSCluster_basic\|TestAccRDSCluster_availabilityZones\|TestAccRDSCluster_storageType\|TestAccRDSCluster_allocatedStorage\|TestAccRDSCluster_iops\|TestAccRDSCluster_dbClusterInstanceClass\|TestAccRDSCluster_scaling' PKG=rds ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSCluster_basic\|TestAccRDSCluster_availabilityZones\|TestAccRDSCluster_storageType\|TestAccRDSCluster_allocatedStorage\|TestAccRDSCluster_iops\|TestAccRDSCluster_dbClusterInstanceClass\|TestAccRDSCluster_scaling -timeout 180m
=== RUN TestAccRDSCluster_basic
=== PAUSE TestAccRDSCluster_basic
=== RUN TestAccRDSCluster_availabilityZones
=== PAUSE TestAccRDSCluster_availabilityZones
=== RUN TestAccRDSCluster_storageType
=== PAUSE TestAccRDSCluster_storageType
=== RUN TestAccRDSCluster_allocatedStorage
=== PAUSE TestAccRDSCluster_allocatedStorage
=== RUN TestAccRDSCluster_iops
=== PAUSE TestAccRDSCluster_iops
=== RUN TestAccRDSCluster_dbClusterInstanceClass
=== PAUSE TestAccRDSCluster_dbClusterInstanceClass
=== RUN TestAccRDSCluster_scaling
=== PAUSE TestAccRDSCluster_scaling
=== CONT TestAccRDSCluster_basic
=== CONT TestAccRDSCluster_iops
=== CONT TestAccRDSCluster_scaling
--- PASS: TestAccRDSCluster_basic (162.63s)
=== CONT TestAccRDSCluster_dbClusterInstanceClass
--- PASS: TestAccRDSCluster_iops (367.07s)
=== CONT TestAccRDSCluster_storageType
--- PASS: TestAccRDSCluster_scaling (387.85s)
=== CONT TestAccRDSCluster_allocatedStorage
--- PASS: TestAccRDSCluster_dbClusterInstanceClass (1200.41s)
=== CONT TestAccRDSCluster_availabilityZones
--- PASS: TestAccRDSCluster_availabilityZones (126.73s)
--- PASS: TestAccRDSCluster_storageType (1263.22s)
--- PASS: TestAccRDSCluster_allocatedStorage (1252.03s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 1643.992s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.6.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #23475
Output from acceptance testing: