-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_rds_cluster: Add allow_major_version_upgrade argument
Reference: #13874 Currently needs some additional work (e.g. better waiters in RDS DB Cluster or RDS DB Cluster Instance handling) so testing can pass. Output from acceptance testing: ``` TestAccAWSRDSCluster_AllowMajorVersionUpgrade: resource_aws_rds_cluster_test.go:160: Step 4/4 error: terraform failed: exit status 1 stderr: Error: Failed to modify RDS Cluster (tf-acc-test-340394054292885352): InvalidDBClusterStateFault: Cannot modify engine version without a healthy primary instance in DB cluster: tf-acc-test-340394054292885352 status code: 400, request id: 2607bd75-12b6-40b5-a47b-e601680d4091 --- FAIL: TestAccAWSRDSCluster_AllowMajorVersionUpgrade (1015.90s) ```
- Loading branch information
Showing
3 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters