From 295fb1a1721be906176dc9daf3e159cac9f5dd94 Mon Sep 17 00:00:00 2001 From: Katheryn Satterlee Date: Tue, 16 Jan 2024 13:23:30 -0600 Subject: [PATCH] Add idle_timeout to alb config (#16137) Resolves #16136 --- infrastructure/dogfood/terraform/aws-tf-module/free.tf | 1 + infrastructure/dogfood/terraform/aws-tf-module/main.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/free.tf b/infrastructure/dogfood/terraform/aws-tf-module/free.tf index 2804a830e3..8da10e191e 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/free.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/free.tf @@ -86,6 +86,7 @@ module "free" { prefix = local.customer_free enabled = true } + idle_timeout = 300 } } diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index f4f6bd5eeb..2dbf70d437 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -128,6 +128,7 @@ module "main" { prefix = local.customer enabled = true } + idle_timeout = 300 # extra_target_groups = [ # { # name = module.saml_auth_proxy.name