-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 new resource for s3 bucket lifecycle configuration #6188
Comments
Would this make more sense as an addition to the aws_s3_bucket_object resource? That is an already existing location that would make sense to attach lifecycle rules to and is already composable within the existing terraform s3 resources |
Has there been any movement on this? The lack of this feature is actually causing me to consider using a different tool for s3 provisioning. |
I would like to see this as well. It's making my life very complicated right now. |
Yes I need this as well |
Another vote for this feature. |
Another vote |
+1 |
+1 |
+1, this is helpful, if we have a module for S3 and if we need to extend. As of now as this does not exist, have to use custom resources for same and add lifecycle policy |
Noticed that this already exists for S3 on Outposts: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_bucket_lifecycle_configuration |
This functionality has been released in v4.0.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Allow independent systems manage different parts of an s3 bucket configuration.
System A - manages lifecycle of bucket
System B - manages lifecycle of bucket lifecycle configuration
Both systems use terraform modules to isolate change scope.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: