terraform-iam/fastlylog: match deployed transition policy
This matches the Terraform code to the actual state in AWS.
edef committed
Jul 31, 2024 at 00:51 UTC
a4e8ce072027e08a13150c08165e03886ed3871a
1 file changed
+1
-1
terraform-iam/fastlylog/main.tf
+1
-1
@@ -15,7 +15,7 @@ resource "aws_s3_bucket" "logs" {
15
enabled = true
16
17
transition {
18
- days = 14
18
+ days = 120
19
storage_class = "DEEP_ARCHIVE"
20
}
21
}