We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 904d917 + 1cfc66a commit 860a085Copy full SHA for 860a085
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