diff --git a/terraform/environments/planetfm/locals_development.tf b/terraform/environments/planetfm/locals_development.tf index 51f886b6257..5c3a4553212 100644 --- a/terraform/environments/planetfm/locals_development.tf +++ b/terraform/environments/planetfm/locals_development.tf @@ -106,35 +106,6 @@ locals { } baseline_lbs = { - - private = { - internal_lb = true - enable_delete_protection = false - load_balancer_type = "application" - idle_timeout = 3600 - security_groups = ["loadbalancer"] - subnets = module.environment.subnets["private"].ids - enable_cross_zone_load_balancing = true - access_logs = false - force_destroy_bucket = true - # not required for testing in sandbox - instance_target_groups = {} - # not required for testing in sandbox - listeners = { - http = { - port = 80 - protocol = "HTTP" - default_action = { - type = "fixed-response" - fixed_response = { - content_type = "text/plain" - message_body = "Private LB Reply" - status_code = "503" - } - } - } - } - } network = { internal_lb = true enable_delete_protection = false @@ -142,9 +113,9 @@ locals { idle_timeout = 3600 security_groups = ["loadbalancer"] subnets = module.environment.subnets["private"].ids - access_logs = true + access_logs = false force_destroy_bucket = true - existing_bucket_name = "network-lb-logs-bucket20231219101122706700000001" + # existing_bucket_name = "network-lb-logs-bucket20231219101122706700000001" instance_target_groups = { network-lb-target-group = {