diff --git a/main.tf b/main.tf index 2723ed55..9cbc9716 100644 --- a/main.tf +++ b/main.tf @@ -191,7 +191,7 @@ resource "aws_s3_bucket" "default" { for_each = try(rules.value.destination.metrics.status, "") == "Enabled" ? [1] : [] content { - status = "Enabled" + status = "Enabled" minutes = 15 } }