mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
AWS S3 bucket life_cycle rule IDs must be unique.
This commit is contained in:
parent
74eb2e74c1
commit
31f20a1f31
@ -121,8 +121,9 @@ resource "aws_s3_bucket" "bucket" {
|
||||
days = 90
|
||||
}
|
||||
}
|
||||
|
||||
lifecycle_rule {
|
||||
id = "log"
|
||||
id = "tmp"
|
||||
prefix = "tmp/"
|
||||
enabled = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user