AWS S3 bucket life_cycle rule IDs must be unique.

pull/9027/head
Sean Chittenden 10 years ago
parent 74eb2e74c1
commit 31f20a1f31
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16

@ -121,8 +121,9 @@ resource "aws_s3_bucket" "bucket" {
days = 90
}
}
lifecycle_rule {
id = "log"
id = "tmp"
prefix = "tmp/"
enabled = true

Loading…
Cancel
Save