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