diff --git a/deploy/tf/alb.tf b/deploy/tf/alb.tf index e88b353..0b1e7a5 100644 --- a/deploy/tf/alb.tf +++ b/deploy/tf/alb.tf @@ -7,7 +7,7 @@ resource "aws_lb_target_group" "app" { health_check { enabled = true - path = "/health" + path = "/" } }