Skip to content

Commit 6ddcfca

Browse files
committed
update backends.balancingMode to CONNECTION for an INTERNAL backend service
1 parent 8cb3e20 commit 6ddcfca

File tree

1 file changed

+5
-1
lines changed
  • 3-networks-hub-and-spoke/modules/transitivity

1 file changed

+5
-1
lines changed

3-networks-hub-and-spoke/modules/transitivity/main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ module "ilbs" {
108108
target_tags = null
109109
create_backend_firewall = false
110110
backends = [
111-
{ group = module.migs[each.key].instance_group, description = "" },
111+
{
112+
group = module.migs[each.key].instance_group,
113+
description = "",
114+
balancing_mode = "CONNECTION"
115+
},
112116
]
113117

114118
health_check = {

0 commit comments

Comments
 (0)