AWS S3 bucket life_cycle rule IDs must be unique.

This commit is contained in:
Sean Chittenden 2016-09-23 15:09:25 -07:00
parent 74eb2e74c1
commit 31f20a1f31
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16

View File

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