diff --git a/terraform/alb.tf b/terraform/alb.tf index d8fbd8b..1447ea5 100644 --- a/terraform/alb.tf +++ b/terraform/alb.tf @@ -84,7 +84,7 @@ resource "aws_lb_target_group" "ecs_target" { healthy_threshold = 4 unhealthy_threshold = 2 matcher = "200" // Expect a 200 OK response for a healthy status - timeout = 120 + timeout = 110 } }