-
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
fix: Add skip_destroy to be present in diff. #30354
Conversation
Community NoteVoting for Prioritization
For Submitters
|
@justinretzolk what's blocking this from being merged? We're being affected by this provider bug. |
Hey @SizZiKe 👋 Thank you for checking in on this! Unfortunately I can't provide an ETA on when this will be reviewed/merged due to the potential of shifting priorities. We prioritize by count of 👍 reactions and a few other things (more information on our prioritization guide if you're interested). |
# Conflicts: # internal/service/logs/group_test.go
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=TestAccLogsGroup_' PKG=logs ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/logs/... -v -count 1 -parallel 2 -run=TestAccLogsGroup_ -timeout 360m
=== RUN TestAccLogsGroup_basic
=== PAUSE TestAccLogsGroup_basic
=== RUN TestAccLogsGroup_nameGenerate
=== PAUSE TestAccLogsGroup_nameGenerate
=== RUN TestAccLogsGroup_namePrefix
=== PAUSE TestAccLogsGroup_namePrefix
=== RUN TestAccLogsGroup_disappears
=== PAUSE TestAccLogsGroup_disappears
=== RUN TestAccLogsGroup_tags
=== PAUSE TestAccLogsGroup_tags
=== RUN TestAccLogsGroup_kmsKey
=== PAUSE TestAccLogsGroup_kmsKey
=== RUN TestAccLogsGroup_logGroupClass
=== PAUSE TestAccLogsGroup_logGroupClass
=== RUN TestAccLogsGroup_retentionPolicy
=== PAUSE TestAccLogsGroup_retentionPolicy
=== RUN TestAccLogsGroup_multiple
=== PAUSE TestAccLogsGroup_multiple
=== RUN TestAccLogsGroup_skipDestroy
=== PAUSE TestAccLogsGroup_skipDestroy
=== RUN TestAccLogsGroup_skipDestroyInconsistentPlan
=== PAUSE TestAccLogsGroup_skipDestroyInconsistentPlan
=== CONT TestAccLogsGroup_basic
=== CONT TestAccLogsGroup_logGroupClass
--- PASS: TestAccLogsGroup_logGroupClass (16.73s)
=== CONT TestAccLogsGroup_skipDestroy
--- PASS: TestAccLogsGroup_basic (20.15s)
=== CONT TestAccLogsGroup_skipDestroyInconsistentPlan
--- PASS: TestAccLogsGroup_skipDestroy (15.15s)
=== CONT TestAccLogsGroup_disappears
--- PASS: TestAccLogsGroup_skipDestroyInconsistentPlan (25.85s)
=== CONT TestAccLogsGroup_kmsKey
--- PASS: TestAccLogsGroup_disappears (16.79s)
=== CONT TestAccLogsGroup_tags
--- PASS: TestAccLogsGroup_tags (42.56s)
=== CONT TestAccLogsGroup_multiple
--- PASS: TestAccLogsGroup_kmsKey (50.15s)
=== CONT TestAccLogsGroup_namePrefix
--- PASS: TestAccLogsGroup_multiple (15.53s)
=== CONT TestAccLogsGroup_retentionPolicy
--- PASS: TestAccLogsGroup_namePrefix (18.59s)
=== CONT TestAccLogsGroup_nameGenerate
--- PASS: TestAccLogsGroup_nameGenerate (19.00s)
--- PASS: TestAccLogsGroup_retentionPolicy (41.40s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/logs 153.417s
@grahamhar Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.31.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
As reported in #30353 on some occasions a plan or apply fails with the following error
The fix was inspired by #29812
Relations
Closes #30353
References
Output from Acceptance Testing