From 1f5affd423a1deb42ff340fe2a06d02f346b6a70 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Wed, 1 May 2024 20:51:40 -0600 Subject: [PATCH] Increase initial health check delay for gateway deployments --- .../apps/gateway-region-instance-group/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/google-cloud/apps/gateway-region-instance-group/variables.tf b/terraform/modules/google-cloud/apps/gateway-region-instance-group/variables.tf index ebe1b29b7..be424306b 100644 --- a/terraform/modules/google-cloud/apps/gateway-region-instance-group/variables.tf +++ b/terraform/modules/google-cloud/apps/gateway-region-instance-group/variables.tf @@ -131,7 +131,7 @@ variable "health_check" { protocol = "TCP" port = 8080 - initial_delay_sec = 60 + initial_delay_sec = 100 check_interval_sec = 15 timeout_sec = 10