Skip to content

Commit

Permalink
S3: Fix bug #49
Browse files Browse the repository at this point in the history
  • Loading branch information
dnillovna committed Apr 30, 2023
1 parent f49379d commit 0203e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "log_bucket" {
version = "~> 3.3.0"

bucket = "logs-${var.name}-${var.environment}-${try(random_pet.this[0].id, "")}"
acl = "log-delivery-write"
# acl = "log-delivery-write"
force_destroy = true

attach_elb_log_delivery_policy = true
Expand Down Expand Up @@ -80,7 +80,7 @@ module "s3_bucket" {
bucket = local.s3_name

force_destroy = !var.termination_protection
acceleration_status = "Suspended"
# acceleration_status = "Suspended"

# Bucket policies
attach_deny_insecure_transport_policy = true
Expand Down

0 comments on commit 0203e0d

Please sign in to comment.