From a60c19d28df0e7f588f4a6b8b55a72ddd64ae789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:36:48 +0000 Subject: [PATCH] chore(deps): Update Terraform GoogleCloudPlatform/lb-http/google to v12 --- examples/managed_instance_group/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/managed_instance_group/main.tf b/examples/managed_instance_group/main.tf index 37d957d..1a9b462 100644 --- a/examples/managed_instance_group/main.tf +++ b/examples/managed_instance_group/main.tf @@ -95,7 +95,7 @@ module "mig" { } module "http-lb" { source = "GoogleCloudPlatform/lb-http/google" - version = "~> 10.0" + version = "~> 12.0" project = var.project_id name = "${var.mig_name}-lb"