We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279b749 commit 0959243Copy full SHA for 0959243
infrastructure/terraform/per_account/prod/main.tf
@@ -38,8 +38,7 @@ module "bucket_access_logs" {
38
bucket = "${local.project}--${replace(terraform.workspace, "_", "-")}--s3-access-logs"
39
attach_deny_insecure_transport_policy = true
40
attach_access_log_delivery_policy = true
41
-
42
- force_destroy = true
+ force_destroy = true
43
versioning = {
44
enabled = true
45
}
0 commit comments