From 16d9a8c87341d44c3a63ca7cbc8c620b01209a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Fr=C3=B6mbgen?= <23717573+mfroembgen@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:52:16 +0200 Subject: [PATCH] feat!: add_common_capabilities --- alb.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/alb.tf b/alb.tf index dfcbe35..e66a556 100644 --- a/alb.tf +++ b/alb.tf @@ -16,5 +16,7 @@ module "alb_ingress" { health_check_path = "/health" health_check_matcher = "200" - health_check_interval = 60 + health_check_interval = 30 + + stickiness_enabled = false }