From d913308ad00c4c9b890158f81c249ee5a34d3367 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 May 2024 23:06:11 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/project-factory/google to v15 --- 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 176c563..b328d61 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 = "~> 14.0" + version = "~> 15.0" name = "ci-cloud-armor" random_project_id = "true"