Skip to content

Commit 0959243

Browse files
committed
release/2024-06-14 linting
1 parent 279b749 commit 0959243

File tree

1 file changed

+1
-2
lines changed
  • infrastructure/terraform/per_account/prod

1 file changed

+1
-2
lines changed

infrastructure/terraform/per_account/prod/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ module "bucket_access_logs" {
3838
bucket = "${local.project}--${replace(terraform.workspace, "_", "-")}--s3-access-logs"
3939
attach_deny_insecure_transport_policy = true
4040
attach_access_log_delivery_policy = true
41-
42-
force_destroy = true
41+
force_destroy = true
4342
versioning = {
4443
enabled = true
4544
}

0 commit comments

Comments
 (0)