Skip to content

Commit 860a085

Browse files
fix: adding grace period (#4)
2 parents 904d917 + 1cfc66a commit 860a085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ resource "aws_ecs_service" "this" {
7272
launch_type = "FARGATE"
7373
scheduling_strategy = "REPLICA"
7474
force_new_deployment = true
75+
health_check_grace_period_seconds = 600
7576

7677
network_configuration {
7778
assign_public_ip = true

0 commit comments

Comments
 (0)