From 1836a3fd2123fc42378f836a40e11ba44af7dde6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:45:25 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/project-factory/google to v16 --- 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 ce45ce1..ce18f5a 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -16,7 +16,7 @@ module "project" { source = "terraform-google-modules/project-factory/google" - version = "~> 15.0" + version = "~> 16.0" name = "ci-cloud-router" random_project_id = "true"