-
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_rds_instance: Add 'backup_target' attribute #32609
r/aws_rds_instance: Add 'backup_target' attribute #32609
Conversation
Community NoteVoting for Prioritization
For Submitters
|
I ran the new Would it be possible for someone to confirm they still work.
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
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=TestAccRDSInstance_basic\|TestAccRDSInstance_manage_password\|TestAccRDSInstance_BackupTarget\|TestAccRDSInstance_CoIPEnabled\|TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion' 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_basic\|TestAccRDSInstance_manage_password\|TestAccRDSInstance_BackupTarget\|TestAccRDSInstance_CoIPEnabled\|TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion -timeout 180m
=== RUN TestAccRDSInstance_basic
=== PAUSE TestAccRDSInstance_basic
=== RUN TestAccRDSInstance_manage_password
=== PAUSE TestAccRDSInstance_manage_password
=== RUN TestAccRDSInstance_CoIPEnabled
=== PAUSE TestAccRDSInstance_CoIPEnabled
=== RUN TestAccRDSInstance_CoIPEnabled_disabledToEnabled
=== PAUSE TestAccRDSInstance_CoIPEnabled_disabledToEnabled
=== RUN TestAccRDSInstance_CoIPEnabled_enabledToDisabled
=== PAUSE TestAccRDSInstance_CoIPEnabled_enabledToDisabled
=== RUN TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
=== PAUSE TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
=== RUN TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
=== PAUSE TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
=== RUN TestAccRDSInstance_BackupTarget
=== PAUSE TestAccRDSInstance_BackupTarget
=== RUN TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion
=== PAUSE TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion
=== CONT TestAccRDSInstance_basic
=== CONT TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_CoIPEnabled_restoreToPointInTime (1.00s)
=== CONT TestAccRDSInstance_BackupTarget
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_BackupTarget (0.16s)
=== CONT TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion
--- PASS: TestAccRDSInstance_basic (649.93s)
=== CONT TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_CoIPEnabled_snapshotIdentifier (0.43s)
=== CONT TestAccRDSInstance_CoIPEnabled_disabledToEnabled
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_CoIPEnabled_disabledToEnabled (0.22s)
=== CONT TestAccRDSInstance_CoIPEnabled_enabledToDisabled
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_CoIPEnabled_enabledToDisabled (0.18s)
=== CONT TestAccRDSInstance_CoIPEnabled
acctest.go:1104: skipping since no Outposts found
--- SKIP: TestAccRDSInstance_CoIPEnabled (0.18s)
=== CONT TestAccRDSInstance_manage_password
--- PASS: TestAccRDSInstance_manage_password (454.72s)
--- PASS: TestAccRDSInstance_BlueGreenDeployment_updateEngineVersion (2421.17s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2428.004s
@jcg-2 Thanks for the contribution 🎉 👏. The maintainers do not have access to an Outpost so have not been running the COIP acceptance tests. |
This functionality has been released in v5.9.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. |
Description
backup_target
attribute to theaws_rds_instance
resource that allows selection of where backups are stored (either in region or on an Outpost) on creationaws_rds_instance
acceptance tests to share common Outpost config for testingbackup_target
andcustomer_owned_ip_enabled
attributes.Relations
Closes #31469
References
Output from Acceptance Testing