Skip to content

Commit

Permalink
redeploy test ALB
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 13, 2023
1 parent bbefb17 commit e3ee658
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions terraform/environments/planetfm/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

# }
# }
}
}
}
}

0 comments on commit e3ee658

Please sign in to comment.