Remove S3 lifecycle
blocks after we move to version 4.x of Terraform AWS provider
#5
Closed
2 tasks done
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
Remove the
lifecycle
blocks for both S3 buckets in this repository after we move ourselves to version 4.x of the Terraform AWS provider.Motivation and context
These
lifecycle
blocks (found here and here) are necessary to prevent Terraform from "flip-flopping" the encryption (removing it and adding it) on subsequent applies. For more info, see hashicorp/terraform-provider-aws#23758.Implementation notes
None
Acceptance criteria
How do we know when this work is done?
lifecycle
blocks have been removedapply
commands do not cause the bucket encryption to be disabled/enabled.The text was updated successfully, but these errors were encountered: