We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecfa14 commit 1cfc66aCopy full SHA for 1cfc66a
main.tf
@@ -72,6 +72,7 @@ resource "aws_ecs_service" "this" {
72
launch_type = "FARGATE"
73
scheduling_strategy = "REPLICA"
74
force_new_deployment = true
75
+ health_check_grace_period_seconds = 600
76
77
network_configuration {
78
assign_public_ip = true
0 commit comments