-
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
Enhance aws_s3_bucket lifecycle to support tag filter. #675
Comments
hashicorp/terraform#13680 would fix this. |
New PR for fixing this: #899 |
This has been fixed since version 0.1.2 / #899. |
Thanks for the ping @bdashrad ! |
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 @djrichar as hashicorp/terraform#13473. It was migrated here as part of the provider split. The original body of the issue is below.
please enhance s3 bucket lifecycle to support the new tags filter
Terraform Version
Terraform v0.9.2
Affected Resource(s)
Please list the resources as a list, for example:
Suggested Terraform Configuration
Expected Behavior
What should have happened?
s3 bucket should have a lifecycle that deletes all objects with a tage 'DELETE' and value '30'
Actual Behavior
What actually happened?
NOT SUPPORTED
References
see http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-filter for documentation
The text was updated successfully, but these errors were encountered: