Skip to content

Commit 7f57151

Browse files
committed
Default Changelist
1 parent 4be22d9 commit 7f57151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-service/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ resource "aws_ecs_service" "main" {
146146
iam_role = "${var.iam_role}"
147147
deployment_minimum_healthy_percent = "${var.deployment_minimum_healthy_percent}"
148148
deployment_maximum_percent = "${var.deployment_maximum_percent}"
149+
health_check_grace_period_seconds = 3600
149150

150151
load_balancer {
151152
target_group_arn = "${module.elb.target_group_arn}"

0 commit comments

Comments
 (0)