From a088fb81dc48495f5e1d64f62dc82d9531fada37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:26:25 -0700 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/project-factory/google to v17 (#455) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/setup/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/setup/main.tf b/test/setup/main.tf index 381b6ce2..8ebc082c 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -16,7 +16,7 @@ module "project-ci-lb-http" { source = "terraform-google-modules/project-factory/google" - version = "~> 16.0" + version = "~> 17.0" name = "ci-int-lb-http" random_project_id = true @@ -40,7 +40,7 @@ module "project-ci-lb-http" { module "project-ci-lb-http-1" { source = "terraform-google-modules/project-factory/google" - version = "~> 16.0" + version = "~> 17.0" name = "ci-int-lb-http-1" random_project_id = true