Commit 8085fb17 authored by Anton Babenko's avatar Anton Babenko

fix: Updated example to prevent from accidental object locking

parent 4bf16346
......@@ -198,8 +198,8 @@ module "s3_bucket" {
object_lock_enabled = "Enabled"
rule = {
default_retention = {
mode = "COMPLIANCE"
years = 5
mode = "GOVERNANCE"
days = 1
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment