mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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
|
days = 90
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lifecycle_rule {
|
lifecycle_rule {
|
||||||
id = "log"
|
id = "tmp"
|
||||||
prefix = "tmp/"
|
prefix = "tmp/"
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user