From e3ee6581d612970f2ea32b892d9466d1e79c5576 Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Wed, 13 Dec 2023 16:13:43 +0000 Subject: [PATCH] redeploy test ALB --- .../planetfm/locals_development.tf | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/terraform/environments/planetfm/locals_development.tf b/terraform/environments/planetfm/locals_development.tf index 8be3ec83d6c..c300badd85c 100644 --- a/terraform/environments/planetfm/locals_development.tf +++ b/terraform/environments/planetfm/locals_development.tf @@ -9,25 +9,25 @@ locals { # } } - # baseline_lbs = { + baseline_lbs = { - # private = { - # internal_lb = true - # enable_delete_protection = false - # loadbalancer_type = "application" - # idle_timeout = 3600 - # security_groups = ["loadbalancer"] - # subnets = module.environment.subnets["private"].ids - # enable_cross_zone_load_balancing = true - # access_logs = true #default value - # log_schedule = "cron(0 * * * ? *)" + private = { + internal_lb = true + enable_delete_protection = false + loadbalancer_type = "application" + idle_timeout = 3600 + security_groups = ["loadbalancer"] + subnets = module.environment.subnets["private"].ids + enable_cross_zone_load_balancing = true + access_logs = true #default value + log_schedule = "cron(0 * * * ? *)" - # instance_target_groups = {} + instance_target_groups = {} - # listeners = {} + listeners = {} - # } - # } + } + } } }