mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 23:46:26 -06:00
Merge pull request #9027 from hashicorp/b-s3-life-doc
AWS S3 bucket life_cycle rule IDs must be unique.
This commit is contained in:
commit
bba511e9e7
@ -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