From 808eb0211ff2ff9a57783433bfa5abf4864bbc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:09:46 +0000 Subject: [PATCH] chore(deps): update GoogleCloudPlatform/lb-internal/google requirement from ~> 2.4.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/v2.4.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(-) mode change 100755 => 100644 3-networks/modules/transitivity/main.tf diff --git a/3-networks/modules/transitivity/main.tf b/3-networks/modules/transitivity/main.tf old mode 100755 new mode 100644 index c7e86d0f1..b3a8dc346 --- a/3-networks/modules/transitivity/main.tf +++ b/3-networks/modules/transitivity/main.tf @@ -76,7 +76,7 @@ module "migs" { module "ilbs" { source = "GoogleCloudPlatform/lb-internal/google" - version = "~> 2.4.0" + version = "~> 5.0.0" for_each = toset(var.regions) region = each.key name = each.key