Skip to content

Commit

Permalink
update backends.balancingMode to CONNECTION for an INTERNAL backend s…
Browse files Browse the repository at this point in the history
…ervice
  • Loading branch information
daniel-cit committed Nov 5, 2024
1 parent 8cb3e20 commit 6ddcfca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 3-networks-hub-and-spoke/modules/transitivity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6ddcfca

Please sign in to comment.