-
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 opt_in_to_archive_for_supported_resources
attribute to AWS Backup Plan resource
#34994
Add opt_in_to_archive_for_supported_resources
attribute to AWS Backup Plan resource
#34994
Conversation
Community NoteVoting for Prioritization
For Submitters
|
OptInToArchiveForSupportedResources
attribute to AWS Backup Plan resourceopt_in_to_archive_for_supported_resources
attribute to AWS Backup Plan resource
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! 🚀
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=TestAccBackupPlan_' PKG=backup ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/backup/... -v -count 1 -parallel 3 -run=TestAccBackupPlan_ -timeout 360m
=== RUN TestAccBackupPlan_basic
=== PAUSE TestAccBackupPlan_basic
=== RUN TestAccBackupPlan_withTags
=== PAUSE TestAccBackupPlan_withTags
=== RUN TestAccBackupPlan_withRules
=== PAUSE TestAccBackupPlan_withRules
=== RUN TestAccBackupPlan_withLifecycle
=== PAUSE TestAccBackupPlan_withLifecycle
=== RUN TestAccBackupPlan_withRecoveryPointTags
=== PAUSE TestAccBackupPlan_withRecoveryPointTags
=== RUN TestAccBackupPlan_RuleCopyAction_sameRegion
=== PAUSE TestAccBackupPlan_RuleCopyAction_sameRegion
=== RUN TestAccBackupPlan_RuleCopyAction_noLifecycle
=== PAUSE TestAccBackupPlan_RuleCopyAction_noLifecycle
=== RUN TestAccBackupPlan_RuleCopyAction_multiple
=== PAUSE TestAccBackupPlan_RuleCopyAction_multiple
=== RUN TestAccBackupPlan_RuleCopyAction_crossRegion
=== PAUSE TestAccBackupPlan_RuleCopyAction_crossRegion
=== RUN TestAccBackupPlan_advancedBackupSetting
=== PAUSE TestAccBackupPlan_advancedBackupSetting
=== RUN TestAccBackupPlan_enableContinuousBackup
=== PAUSE TestAccBackupPlan_enableContinuousBackup
=== RUN TestAccBackupPlan_disappears
=== PAUSE TestAccBackupPlan_disappears
=== CONT TestAccBackupPlan_basic
=== CONT TestAccBackupPlan_RuleCopyAction_noLifecycle
=== CONT TestAccBackupPlan_withLifecycle
--- PASS: TestAccBackupPlan_basic (25.28s)
=== CONT TestAccBackupPlan_advancedBackupSetting
--- PASS: TestAccBackupPlan_RuleCopyAction_noLifecycle (53.91s)
=== CONT TestAccBackupPlan_disappears
--- PASS: TestAccBackupPlan_advancedBackupSetting (36.45s)
=== CONT TestAccBackupPlan_enableContinuousBackup
--- PASS: TestAccBackupPlan_disappears (19.61s)
=== CONT TestAccBackupPlan_RuleCopyAction_crossRegion
--- PASS: TestAccBackupPlan_withLifecycle (81.96s)
=== CONT TestAccBackupPlan_withRules
--- PASS: TestAccBackupPlan_enableContinuousBackup (23.27s)
=== CONT TestAccBackupPlan_RuleCopyAction_multiple
--- PASS: TestAccBackupPlan_RuleCopyAction_crossRegion (34.48s)
=== CONT TestAccBackupPlan_RuleCopyAction_sameRegion
--- PASS: TestAccBackupPlan_RuleCopyAction_multiple (24.47s)
=== CONT TestAccBackupPlan_withRecoveryPointTags
--- PASS: TestAccBackupPlan_withRules (52.97s)
=== CONT TestAccBackupPlan_withTags
--- PASS: TestAccBackupPlan_RuleCopyAction_sameRegion (52.15s)
--- PASS: TestAccBackupPlan_withRecoveryPointTags (50.78s)
--- PASS: TestAccBackupPlan_withTags (45.03s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/backup 185.944s
@mmourick Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.33.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! |
@mmourick @ewbankkit Moving from v5.32.1 to v5.33.0 breaks aws_backup_plan for AWS govcloud. I receive this error:
This only happens on govcloud, commercial cloud deployment doesn't fail. I have tried setting Unfortunately, we are pinned to |
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
Adds
opt_in_to_archive_for_supported_resources
attribute to AWS Backup Plan resourceRelations
Closes #34880
References
Output from Acceptance Testing