Skip to content

Commit

Permalink
update health check grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 committed Oct 13, 2023
1 parent 5219b28 commit 79b78b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/dacp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "aws_ecs_service" "dacp_ecs_service" {
launch_type = "FARGATE"
enable_execute_command = true
desired_count = 2
health_check_grace_period_seconds = 180
health_check_grace_period_seconds = 120

network_configuration {
subnets = data.aws_subnets.shared-public.ids
Expand Down

0 comments on commit 79b78b2

Please sign in to comment.