Skip to content

Commit

Permalink
remove private lb s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Jan 3, 2024
1 parent 29fd928 commit ab1114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ locals {
security_groups = ["loadbalancer"]
subnets = module.environment.subnets["private"].ids
enable_cross_zone_load_balancing = true
access_logs = true #default value
access_logs = false
force_destroy_bucket = true
# not required for testing in sandbox
instance_target_groups = {}
Expand Down

0 comments on commit ab1114f

Please sign in to comment.