-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Tags in S3 lifecycle_rule not supported #1778
Labels
bug
Addresses a defect in current functionality.
Comments
Works for me in 0.10.6
|
This has been fixed since version 0.1.2 / #899. |
Thanks for the ping here @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! |
ghost
locked and limited conversation to collaborators
Apr 10, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @Timboo89 as hashicorp/terraform#16153. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
0.10.2
Terraform Configuration Files
Expected Behavior
Create a bucket with a lifecycle rule thats moves files after 403 days to glacier.
Actual Behavior
Just creates a simple S3 Bucket without lifecycle rules.
Steps to Reproduce
terraform init
terraform apply
Work-a-round
Just don't use tags in lifecycle rules:
The text was updated successfully, but these errors were encountered: