Skip to content

Commit 492fa65

Browse files
committed
fix(deps)!: Update Terraform GoogleCloudPlatform/lb-http/google to v13
1 parent 2004e37 commit 492fa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/secure-cloud-run-core/loadbalancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020

2121
module "lb-http" {
2222
source = "GoogleCloudPlatform/lb-http/google//modules/serverless_negs"
23-
version = "~> 12.0"
23+
version = "~> 13.0"
2424

2525
name = var.lb_name
2626
project = var.project_id

0 commit comments

Comments
 (0)