diff --git a/test/setup/main.tf b/test/setup/main.tf index ecbc293..b5690ec 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 = "~> 18.0" name = "ci-startup-scripts-${random_id.random_project_id_suffix.hex}" random_project_id = true