We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb3e20 commit 6ddcfcaCopy full SHA for 6ddcfca
3-networks-hub-and-spoke/modules/transitivity/main.tf
@@ -108,7 +108,11 @@ module "ilbs" {
108
target_tags = null
109
create_backend_firewall = false
110
backends = [
111
- { group = module.migs[each.key].instance_group, description = "" },
+ {
112
+ group = module.migs[each.key].instance_group,
113
+ description = "",
114
+ balancing_mode = "CONNECTION"
115
+ },
116
]
117
118
health_check = {
0 commit comments