-
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/backup_plan - lifecycle
block in copy_action
is optional
#16116
r/backup_plan - lifecycle
block in copy_action
is optional
#16116
Conversation
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 TEST=./aws/ TESTARGS='-run=TestAccAwsBackupPlan_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsBackupPlan_ -timeout 120m
=== RUN TestAccAwsBackupPlan_basic
=== PAUSE TestAccAwsBackupPlan_basic
=== RUN TestAccAwsBackupPlan_withTags
=== PAUSE TestAccAwsBackupPlan_withTags
=== RUN TestAccAwsBackupPlan_withRules
=== PAUSE TestAccAwsBackupPlan_withRules
=== RUN TestAccAwsBackupPlan_withLifecycle
=== PAUSE TestAccAwsBackupPlan_withLifecycle
=== RUN TestAccAwsBackupPlan_withRecoveryPointTags
=== PAUSE TestAccAwsBackupPlan_withRecoveryPointTags
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== RUN TestAccAwsBackupPlan_AdvancedBackupSetting
=== PAUSE TestAccAwsBackupPlan_AdvancedBackupSetting
=== RUN TestAccAwsBackupPlan_disappears
=== PAUSE TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_basic
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== CONT TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_AdvancedBackupSetting
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== CONT TestAccAwsBackupPlan_withLifecycle
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== CONT TestAccAwsBackupPlan_withRecoveryPointTags
=== CONT TestAccAwsBackupPlan_withRules
=== CONT TestAccAwsBackupPlan_withTags
--- PASS: TestAccAwsBackupPlan_disappears (35.09s)
--- PASS: TestAccAwsBackupPlan_AdvancedBackupSetting (38.69s)
--- PASS: TestAccAwsBackupPlan_basic (40.35s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_Multiple (40.73s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion (44.37s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle (71.12s)
--- PASS: TestAccAwsBackupPlan_withTags (74.60s)
--- PASS: TestAccAwsBackupPlan_withRecoveryPointTags (74.94s)
--- PASS: TestAccAwsBackupPlan_withRules (75.07s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_SameRegion (76.54s)
--- PASS: TestAccAwsBackupPlan_withLifecycle (85.19s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 85.351s
LGTM 🚀 Thanks @DrFaust92 for the contribution! Verified Acceptance Tests in Commercial (us-west-2) make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsBackupPlan_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsBackupPlan_ -timeout 120m
=== RUN TestAccAwsBackupPlan_basic
=== PAUSE TestAccAwsBackupPlan_basic
=== RUN TestAccAwsBackupPlan_withTags
=== PAUSE TestAccAwsBackupPlan_withTags
=== RUN TestAccAwsBackupPlan_withRules
=== PAUSE TestAccAwsBackupPlan_withRules
=== RUN TestAccAwsBackupPlan_withLifecycle
=== PAUSE TestAccAwsBackupPlan_withLifecycle
=== RUN TestAccAwsBackupPlan_withRecoveryPointTags
=== PAUSE TestAccAwsBackupPlan_withRecoveryPointTags
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== RUN TestAccAwsBackupPlan_AdvancedBackupSetting
=== PAUSE TestAccAwsBackupPlan_AdvancedBackupSetting
=== RUN TestAccAwsBackupPlan_disappears
=== PAUSE TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_basic
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== CONT TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_AdvancedBackupSetting
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== CONT TestAccAwsBackupPlan_withRecoveryPointTags
=== CONT TestAccAwsBackupPlan_withLifecycle
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== CONT TestAccAwsBackupPlan_withRules
=== CONT TestAccAwsBackupPlan_withTags
2020/11/13 08:38:22 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2020/11/13 08:38:22 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020/11/13 08:38:22 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/11/13 08:38:22 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
--- PASS: TestAccAwsBackupPlan_disappears (19.52s)
2020/11/13 08:38:32 [DEBUG] Trying to get account information via sts:GetCallerIdentity
--- PASS: TestAccAwsBackupPlan_AdvancedBackupSetting (22.06s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_Multiple (22.59s)
--- PASS: TestAccAwsBackupPlan_basic (23.36s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion (29.85s)
--- PASS: TestAccAwsBackupPlan_withRules (44.54s)
--- PASS: TestAccAwsBackupPlan_withRecoveryPointTags (44.72s)
--- PASS: TestAccAwsBackupPlan_withTags (46.46s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_SameRegion (46.89s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle (48.54s)
--- PASS: TestAccAwsBackupPlan_withLifecycle (57.22s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 59.386s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsBackupPlan_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsBackupPlan_ -timeout 120m
=== RUN TestAccAwsBackupPlan_basic
=== PAUSE TestAccAwsBackupPlan_basic
=== RUN TestAccAwsBackupPlan_withTags
=== PAUSE TestAccAwsBackupPlan_withTags
=== RUN TestAccAwsBackupPlan_withRules
=== PAUSE TestAccAwsBackupPlan_withRules
=== RUN TestAccAwsBackupPlan_withLifecycle
=== PAUSE TestAccAwsBackupPlan_withLifecycle
=== RUN TestAccAwsBackupPlan_withRecoveryPointTags
=== PAUSE TestAccAwsBackupPlan_withRecoveryPointTags
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_Multiple
=== RUN TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== PAUSE TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== RUN TestAccAwsBackupPlan_AdvancedBackupSetting
=== PAUSE TestAccAwsBackupPlan_AdvancedBackupSetting
=== RUN TestAccAwsBackupPlan_disappears
=== PAUSE TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_basic
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion
=== CONT TestAccAwsBackupPlan_withLifecycle
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_SameRegion
=== CONT TestAccAwsBackupPlan_withRecoveryPointTags
=== CONT TestAccAwsBackupPlan_withRules
=== CONT TestAccAwsBackupPlan_AdvancedBackupSetting
=== CONT TestAccAwsBackupPlan_withTags
=== CONT TestAccAwsBackupPlan_disappears
=== CONT TestAccAwsBackupPlan_Rule_CopyAction_Multiple
2020/11/13 08:39:45 [DEBUG] Trying to get account information via sts:GetCallerIdentity
--- PASS: TestAccAwsBackupPlan_disappears (14.48s)
--- PASS: TestAccAwsBackupPlan_basic (15.50s)
--- PASS: TestAccAwsBackupPlan_AdvancedBackupSetting (16.90s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_Multiple (17.21s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_CrossRegion (21.93s)
--- PASS: TestAccAwsBackupPlan_withRecoveryPointTags (32.30s)
--- PASS: TestAccAwsBackupPlan_withTags (32.75s)
--- PASS: TestAccAwsBackupPlan_withRules (34.55s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_SameRegion (36.52s)
--- PASS: TestAccAwsBackupPlan_Rule_CopyAction_NoLifecycle (36.70s)
--- PASS: TestAccAwsBackupPlan_withLifecycle (42.00s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 44.114s |
This has been released in version 3.16.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #13165
Release note for CHANGELOG:
Output from acceptance testing: