Skip to content

Commit

Permalink
commenting out health check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrana7 committed Nov 9, 2023
1 parent 17a1190 commit 572bb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/apex/modules/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ resource "aws_ecs_service" "ecs_service" {
weight = 1
}

health_check_grace_period_seconds = 300
# Uncomment this section when the ALB for Apex is built
# health_check_grace_period_seconds = 300

ordered_placement_strategy {
field = "attribute:ecs.availability-zone"
Expand Down

0 comments on commit 572bb68

Please sign in to comment.