Skip to content

Commit

Permalink
upgrade lb-internal module version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Nov 6, 2024
1 parent ffce27b commit 1c88d60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 3-networks-hub-and-spoke/modules/transitivity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "migs" {

module "ilbs" {
source = "GoogleCloudPlatform/lb-internal/google"
version = "~> 6.0"
version = "~> 7.0"
for_each = toset(var.regions)

region = each.key
Expand All @@ -110,8 +110,7 @@ module "ilbs" {
backends = [
{
group = module.migs[each.key].instance_group,
description = "",
balancing_mode = "CONNECTION"
description = ""
},
]

Expand Down

0 comments on commit 1c88d60

Please sign in to comment.