From 759ed25b6dd8c2cf03ea43528a212f2a74eca070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:02:27 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18 --- 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 7ad82e1..5191540 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -49,7 +49,7 @@ resource "google_organization_iam_member" "sa_org" { # Create a temporary project to host group member service accounts to pass to the examples. module "project" { source = "terraform-google-modules/project-factory/google" - version = "~> 17.0" + version = "~> 18.0" name = "ci-group" random_project_id = "true"