Skip to content

Commit 1c88d60

Browse files
committed
upgrade lb-internal module version
1 parent ffce27b commit 1c88d60

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module "migs" {
9191

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

9797
region = each.key
@@ -110,8 +110,7 @@ module "ilbs" {
110110
backends = [
111111
{
112112
group = module.migs[each.key].instance_group,
113-
description = "",
114-
balancing_mode = "CONNECTION"
113+
description = ""
115114
},
116115
]
117116

0 commit comments

Comments
 (0)