From aef027b49bb6eb527ec175cfa6244e77da652582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:19:53 +0000 Subject: [PATCH] fix(deps): Bump GoogleCloudPlatform/lb-http/google from 10.0.0 to 10.1.0 Bumps [GoogleCloudPlatform/lb-http/google](https://github.com/GoogleCloudPlatform/terraform-google-lb-http) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/GoogleCloudPlatform/terraform-google-lb-http/releases) - [Changelog](https://github.com/terraform-google-modules/terraform-google-lb-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/terraform-google-lb-http/compare/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/lb-http/google dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lb.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb.tf b/lb.tf index 6a730c8..b87f436 100644 --- a/lb.tf +++ b/lb.tf @@ -1,6 +1,6 @@ module "load_balancer" { source = "GoogleCloudPlatform/lb-http/google//modules/serverless_negs" - version = "10.0.0" + version = "10.1.0" project = var.project_id