From d2bac912f072843c40ed9ee98011e36d9fcb6989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:08:05 +0000 Subject: [PATCH] chore(deps): update GoogleCloudPlatform/lb-internal/google requirement from ~> 4.5.0 to ~> 5.0.0 Updates the requirements on [GoogleCloudPlatform/lb-internal/google](https://github.com/GoogleCloudPlatform/terraform-google-lb-internal) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/terraform-google-lb-internal/releases) - [Changelog](https://github.com/terraform-google-modules/terraform-google-lb-internal/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/terraform-google-lb-internal/compare/v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/lb-internal/google dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 3-networks/modules/transitivity/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-networks/modules/transitivity/main.tf b/3-networks/modules/transitivity/main.tf index 471ff7a03..7a055f5c2 100644 --- a/3-networks/modules/transitivity/main.tf +++ b/3-networks/modules/transitivity/main.tf @@ -77,7 +77,7 @@ module "migs" { module "ilbs" { source = "GoogleCloudPlatform/lb-internal/google" - version = "~> 4.5.0" + version = "~> 5.0.0" for_each = toset(var.regions) region = each.key name = each.key