From 6ddcfcaf5942ee548e399791facad1ac6567755b Mon Sep 17 00:00:00 2001 From: Daniel Andrade Date: Tue, 5 Nov 2024 17:43:36 -0300 Subject: [PATCH] update backends.balancingMode to CONNECTION for an INTERNAL backend service --- 3-networks-hub-and-spoke/modules/transitivity/main.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/3-networks-hub-and-spoke/modules/transitivity/main.tf b/3-networks-hub-and-spoke/modules/transitivity/main.tf index 1b082e482..a84dad5ba 100644 --- a/3-networks-hub-and-spoke/modules/transitivity/main.tf +++ b/3-networks-hub-and-spoke/modules/transitivity/main.tf @@ -108,7 +108,11 @@ module "ilbs" { target_tags = null create_backend_firewall = false backends = [ - { group = module.migs[each.key].instance_group, description = "" }, + { + group = module.migs[each.key].instance_group, + description = "", + balancing_mode = "CONNECTION" + }, ] health_check = {