-
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
S3 Lifecycle management via ObjectTags #703
Comments
hashicorp/terraform#13680 would fix this. |
New PR for fixing this: #899 |
This has been closed via #899. |
This was previously released in version 0.1.2 of the AWS provider and has been available in all releases since. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
This issue was originally opened by @jmoney8080 as hashicorp/terraform#13768. It was migrated here as part of the provider split. The original body of the issue is below.
Looks like the S3 resource supports lifecycle creation based on prefix. S3 also supports lifecycle management of objects based off of object tags.
Terraform only has the prefix option implemented. Is there any specific reason for this? I can take a stab at adding the functionality but wanted to ask first before I started down the path.
The text was updated successfully, but these errors were encountered: