-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/aws_db_instance: Don't call ModifyDBInstance
when just final_snapshot_identifier
is changed
#26286
r/aws_db_instance: Don't call ModifyDBInstance
when just final_snapshot_identifier
is changed
#26286
Conversation
… were requested' if only 'delete_automated_backups', 'final_snapshot_identifier' and/or 'skip_final_snapshot' change.
…_snapshot_identifier'.
…' of https://github.com/hashicorp/terraform-provider-aws into b-aws_db_instance-update-just-final_snapshot_identifier
…nstanceDestroyWithoutFinalSnapshot'. Acceptance test output: % make testacc TESTARGS='-run=TestAccRDSInstance_finalSnapshotIdentifier\|TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot' 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=TestAccRDSInstance_finalSnapshotIdentifier\|TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot -timeout 180m === RUN TestAccRDSInstance_finalSnapshotIdentifier === PAUSE TestAccRDSInstance_finalSnapshotIdentifier === RUN TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot === PAUSE TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot === CONT TestAccRDSInstance_finalSnapshotIdentifier === CONT TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot --- PASS: TestAccRDSInstance_FinalSnapshotIdentifier_skipFinalSnapshot (773.20s) --- PASS: TestAccRDSInstance_finalSnapshotIdentifier (953.76s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 957.747s
This functionality has been released in v4.27.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 #26280.