Skip to content
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

Merge S3 lifecycle configuration into one object #294

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

javsanbel2
Copy link
Contributor

lifecycle_rule is deprecated in terraform so this PR is to upgrade that configuration into aws_s3_bucket_lifecycle_configuration.

Also, there is a terraform warning which is:

S3 Buckets only support a single lifecycle configuration. Declaring multiple aws_s3_bucket_lifecycle_configuration resources to the same S3 Bucket will cause a perpetual difference in configuration.

So I need to add all of them together and this PR is to merge them in one object.

@javsanbel2 javsanbel2 marked this pull request as ready for review January 22, 2025 12:08
@javsanbel2 javsanbel2 requested a review from a team as a code owner January 22, 2025 12:08
@javsanbel2 javsanbel2 changed the title InProgress - Improve S3 lifecycle configuration Improve S3 lifecycle configuration Jan 22, 2025
@javsanbel2 javsanbel2 changed the title Improve S3 lifecycle configuration Merge S3 lifecycle configuration into one object Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant