-
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 dual stack support for Amazon Aurora #26489
Add dual stack support for Amazon Aurora #26489
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82a538b - Browse repository at this point
Copy the full SHA 82a538bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8446227 - Browse repository at this point
Copy the full SHA 8446227View commit details
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46ee86f - Browse repository at this point
Copy the full SHA 46ee86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9605f61 - Browse repository at this point
Copy the full SHA 9605f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e37b1d - Browse repository at this point
Copy the full SHA 2e37b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1c70b - Browse repository at this point
Copy the full SHA 1a1c70bView commit details
Commits on Sep 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 862b6b4 - Browse repository at this point
Copy the full SHA 862b6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070a0db - Browse repository at this point
Copy the full SHA 070a0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85cab00 - Browse repository at this point
Copy the full SHA 85cab00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8aec46 - Browse repository at this point
Copy the full SHA b8aec46View commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2371979 - Browse repository at this point
Copy the full SHA 2371979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d8963 - Browse repository at this point
Copy the full SHA 43d8963View commit details -
r/aws_rds_cluster: Tidy up resource Delete.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_basic' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_basic -timeout 180m === RUN TestAccRDSCluster_basic === PAUSE TestAccRDSCluster_basic === CONT TestAccRDSCluster_basic --- PASS: TestAccRDSCluster_basic (161.34s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 165.297s
Configuration menu - View commit details
-
Copy full SHA for bc8b519 - Browse repository at this point
Copy the full SHA bc8b519View commit details -
r/aws_rds_cluster: Tidy up resource Read.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_basic' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_basic -timeout 180m === RUN TestAccRDSCluster_basic === PAUSE TestAccRDSCluster_basic === CONT TestAccRDSCluster_basic --- PASS: TestAccRDSCluster_basic (173.13s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 177.144s
Configuration menu - View commit details
-
Copy full SHA for c6f6ba5 - Browse repository at this point
Copy the full SHA c6f6ba5View commit details -
r/aws_rds_cluster: Add 'TestAccRDSCluster_disappears' (hashicorp#13826).
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_disappears' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_disappears -timeout 180m === RUN TestAccRDSCluster_disappears === PAUSE TestAccRDSCluster_disappears === CONT TestAccRDSCluster_disappears --- PASS: TestAccRDSCluster_disappears (106.05s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 110.200s
Configuration menu - View commit details
-
Copy full SHA for b9189c6 - Browse repository at this point
Copy the full SHA b9189c6View commit details -
r/aws_rds_cluster: 'WaitForClusterDeletion' -> 'waitDBClusterDeleted'.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_basic' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_basic -timeout 180m === RUN TestAccRDSCluster_basic === PAUSE TestAccRDSCluster_basic === CONT TestAccRDSCluster_basic --- PASS: TestAccRDSCluster_basic (169.79s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 176.258s
Configuration menu - View commit details
-
Copy full SHA for 6caf6a5 - Browse repository at this point
Copy the full SHA 6caf6a5View commit details -
r/aws_rds_cluster: Tidy up resource Create.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_basic\|TestAccRDSCluster_s3Restore\|TestAccRDSCluster_pointInTimeRestore\|TestAccRDSCluster_updateIAMRoles\|TestAccRDSCluster_snapshotIdentifier' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_basic\|TestAccRDSCluster_s3Restore\|TestAccRDSCluster_pointInTimeRestore\|TestAccRDSCluster_updateIAMRoles\|TestAccRDSCluster_snapshotIdentifier -timeout 180m === RUN TestAccRDSCluster_basic === PAUSE TestAccRDSCluster_basic === RUN TestAccRDSCluster_s3Restore === PAUSE TestAccRDSCluster_s3Restore === RUN TestAccRDSCluster_pointInTimeRestore === PAUSE TestAccRDSCluster_pointInTimeRestore === RUN TestAccRDSCluster_updateIAMRoles === PAUSE TestAccRDSCluster_updateIAMRoles === RUN TestAccRDSCluster_snapshotIdentifier === PAUSE TestAccRDSCluster_snapshotIdentifier === CONT TestAccRDSCluster_basic === CONT TestAccRDSCluster_updateIAMRoles --- PASS: TestAccRDSCluster_basic (161.33s) === CONT TestAccRDSCluster_pointInTimeRestore --- PASS: TestAccRDSCluster_updateIAMRoles (168.23s) === CONT TestAccRDSCluster_snapshotIdentifier --- PASS: TestAccRDSCluster_snapshotIdentifier (358.47s) === CONT TestAccRDSCluster_s3Restore --- PASS: TestAccRDSCluster_pointInTimeRestore (371.90s) === CONT TestAccRDSCluster_s3Restore cluster_test.go:546: Step 1/1 error: Error running apply: exit status 1 Error: waiting for RDS Cluster (tf-test-20220906170825745800000001) create: unexpected state 'migration-failed', wanted target 'available'. last error: %!s(<nil>) with aws_rds_cluster.test, on terraform_plugin_test.tf line 74, in resource "aws_rds_cluster" "test": 74: resource "aws_rds_cluster" "test" { --- FAIL: TestAccRDSCluster_s3Restore (1558.92s) FAIL FAIL github.com/hashicorp/terraform-provider-aws/internal/service/rds 2089.773s FAIL make: *** [testacc] Error 1
Configuration menu - View commit details
-
Copy full SHA for 386649a - Browse repository at this point
Copy the full SHA 386649aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb220bd - Browse repository at this point
Copy the full SHA eb220bdView commit details -
r/aws_rds_cluster: Tidy up 'TestAccRDSCluster_takeFinalSnapshot'.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_takeFinalSnapshot' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_takeFinalSnapshot -timeout 180m === RUN TestAccRDSCluster_takeFinalSnapshot === PAUSE TestAccRDSCluster_takeFinalSnapshot === CONT TestAccRDSCluster_takeFinalSnapshot --- PASS: TestAccRDSCluster_takeFinalSnapshot (179.72s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 184.293s
Configuration menu - View commit details
-
Copy full SHA for 2c9a94f - Browse repository at this point
Copy the full SHA 2c9a94fView commit details -
r/aws_rds_cluster: Tidy up 'TestAccRDSCluster_identifierGenerated' an…
…d 'TestAccRDSCluster_identifierPrefix'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_identifierGenerated\|TestAccRDSCluster_identifierPrefix -timeout 180m === RUN TestAccRDSCluster_identifierGenerated === PAUSE TestAccRDSCluster_identifierGenerated === RUN TestAccRDSCluster_identifierPrefix === PAUSE TestAccRDSCluster_identifierPrefix === CONT TestAccRDSCluster_identifierGenerated === CONT TestAccRDSCluster_identifierPrefix --- PASS: TestAccRDSCluster_identifierPrefix (151.61s) --- PASS: TestAccRDSCluster_identifierGenerated (151.63s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 155.759s
Configuration menu - View commit details
-
Copy full SHA for fd09c5a - Browse repository at this point
Copy the full SHA fd09c5aView commit details -
r/aws_rds_cluster: Tidy up 'TestAccRDSCluster_availabilityZones', 'Te…
…stAccRDSCluster_dbSubnetGroupName' and 'TestAccRDSCluster_pointInTimeRestore'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_availabilityZones\|TestAccRDSCluster_dbSubnetGroupName\|TestAccRDSCluster_pointInTimeRestore' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_availabilityZones\|TestAccRDSCluster_dbSubnetGroupName\|TestAccRDSCluster_pointInTimeRestore -timeout 180m === RUN TestAccRDSCluster_availabilityZones === PAUSE TestAccRDSCluster_availabilityZones === RUN TestAccRDSCluster_dbSubnetGroupName === PAUSE TestAccRDSCluster_dbSubnetGroupName === RUN TestAccRDSCluster_pointInTimeRestore === PAUSE TestAccRDSCluster_pointInTimeRestore === CONT TestAccRDSCluster_availabilityZones === CONT TestAccRDSCluster_pointInTimeRestore --- PASS: TestAccRDSCluster_availabilityZones (142.59s) === CONT TestAccRDSCluster_dbSubnetGroupName --- PASS: TestAccRDSCluster_dbSubnetGroupName (163.82s) --- PASS: TestAccRDSCluster_pointInTimeRestore (355.39s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 359.505s
Configuration menu - View commit details
-
Copy full SHA for ad4bd8f - Browse repository at this point
Copy the full SHA ad4bd8fView commit details -
r/aws_rds_cluster: Tidy up 'TestAccRDSCluster_PointInTimeRestore_enab…
…ledCloudWatchLogsExports', 'TestAccRDSCluster_networkType' and 'TestAccRDSCluster_EngineMode_multiMaster'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports\|TestAccRDSCluster_networkType\|TestAccRDSCluster_EngineMode_multiMaster' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports\|TestAccRDSCluster_networkType\|TestAccRDSCluster_EngineMode_multiMaster -timeout 180m === RUN TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports === PAUSE TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports === RUN TestAccRDSCluster_networkType === PAUSE TestAccRDSCluster_networkType === RUN TestAccRDSCluster_EngineMode_multiMaster === PAUSE TestAccRDSCluster_EngineMode_multiMaster === CONT TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports === CONT TestAccRDSCluster_EngineMode_multiMaster --- PASS: TestAccRDSCluster_EngineMode_multiMaster (179.05s) === CONT TestAccRDSCluster_networkType --- PASS: TestAccRDSCluster_PointInTimeRestore_enabledCloudWatchLogsExports (331.96s) --- PASS: TestAccRDSCluster_networkType (275.56s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 458.717s
Configuration menu - View commit details
-
Copy full SHA for 8ade83b - Browse repository at this point
Copy the full SHA 8ade83bView commit details -
r/aws_rds_cluster: Tidy up 'TestAccRDSCluster_ReplicationSourceIdenti…
…fier_kmsKeyID'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID -timeout 180m === RUN TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID === PAUSE TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID === CONT TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID --- PASS: TestAccRDSCluster_ReplicationSourceIdentifier_kmsKeyID (1574.73s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 1578.477s
Configuration menu - View commit details
-
Copy full SHA for e39d54a - Browse repository at this point
Copy the full SHA e39d54aView commit details -
r/aws_rds_cluster_instance: Test 'network_type' in 'TestAccRDSCluster…
…Instance_basic'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSClusterInstance_basic' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSClusterInstance_basic -timeout 180m === RUN TestAccRDSClusterInstance_basic === PAUSE TestAccRDSClusterInstance_basic === CONT TestAccRDSClusterInstance_basic --- PASS: TestAccRDSClusterInstance_basic (794.60s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 798.711s
Configuration menu - View commit details
-
Copy full SHA for 2c715b8 - Browse repository at this point
Copy the full SHA 2c715b8View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b23e084 - Browse repository at this point
Copy the full SHA b23e084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dae12 - Browse repository at this point
Copy the full SHA 47dae12View commit details -
d/aws_rds_cluster: Add 'network_type' attribute.
Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSClusterDataSource_' PKG=rds ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSClusterDataSource_ -timeout 180m === RUN TestAccRDSClusterDataSource_basic === PAUSE TestAccRDSClusterDataSource_basic === CONT TestAccRDSClusterDataSource_basic --- PASS: TestAccRDSClusterDataSource_basic (135.58s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 140.333s
Configuration menu - View commit details
-
Copy full SHA for e35f649 - Browse repository at this point
Copy the full SHA e35f649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94efb6a - Browse repository at this point
Copy the full SHA 94efb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1440807 - Browse repository at this point
Copy the full SHA 1440807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083fbdc - Browse repository at this point
Copy the full SHA 083fbdcView commit details