From d0ffce17943ba82335cb62ee51235ed74d916ba6 Mon Sep 17 00:00:00 2001 From: Jamie Visker Date: Thu, 2 Nov 2023 11:06:26 -0600 Subject: [PATCH] wait to come up --- terraform-iac/modules/app/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform-iac/modules/app/main.tf b/terraform-iac/modules/app/main.tf index 1e1ea8ed..d2dacdd4 100644 --- a/terraform-iac/modules/app/main.tf +++ b/terraform-iac/modules/app/main.tf @@ -85,6 +85,8 @@ module "my_fargate_api" { BeforeAllowTraffic = null AfterAllowTraffic = null } + + health_check_grace_period_seconds = 300 } resource "aws_dynamodb_table" "my_dynamo_table" {