Skip to content

Commit d084850

Browse files
committed
Update Terraform github.com/GoogleCloudPlatform/cloud-foundation-fabric to v39.2.0
1 parent ce5400a commit d084850

File tree

1 file changed

+1
-1
lines changed
  • execution/07-consumer-load-balancing/Network/Passthrough/External

1 file changed

+1
-1
lines changed

execution/07-consumer-load-balancing/Network/Passthrough/External/lb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "nlb_passthrough_ext" {
1616
for_each = local.lb_map
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-lb-ext?ref=v39.0.0"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-lb-ext?ref=v39.2.0"
1818

1919
# Required variables mapped from locals
2020
project_id = each.value.project_id

0 commit comments

Comments
 (0)