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" { ...@@ -198,8 +198,8 @@ module "s3_bucket" {
object_lock_enabled = "Enabled" object_lock_enabled = "Enabled"
rule = { rule = {
default_retention = { default_retention = {
mode = "COMPLIANCE" mode = "GOVERNANCE"
years = 5 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