From 1acca75ea0c50ab0e4c165f183f8f61ec508d964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:25:37 +0000 Subject: [PATCH] fix(deps): Bump GoogleCloudPlatform/lb-http/google from 10.0.0 to 10.2.0 Bumps [GoogleCloudPlatform/lb-http/google](https://github.com/terraform-google-modules/terraform-google-lb-http) from 10.0.0 to 10.2.0. - [Release notes](https://github.com/terraform-google-modules/terraform-google-lb-http/releases) - [Changelog](https://github.com/terraform-google-modules/terraform-google-lb-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-google-modules/terraform-google-lb-http/compare/v10.0.0...v10.2.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..2b7a723 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.2.0" project = var.project_id