From bd79eab0ca4374b286876b85d6977bdbc3eebf9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:11:01 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/project-factory/google to v17 --- test/setup/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup/main.tf b/test/setup/main.tf index ecbc293..63e8cb7 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -20,7 +20,7 @@ resource "random_id" "random_project_id_suffix" { module "project" { source = "terraform-google-modules/project-factory/google" - version = "~> 14.0" + version = "~> 17.0" name = "ci-startup-scripts-${random_id.random_project_id_suffix.hex}" random_project_id = true