diff --git a/infra/main.tf b/infra/main.tf index 16f7a44..10bd815 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -34,7 +34,7 @@ locals { module "project_services" { source = "terraform-google-modules/project-factory/google//modules/project_services" - version = "~> 14.1" + version = "~> 18.0" disable_services_on_destroy = false project_id = var.project_id diff --git a/infra/test/setup/main.tf b/infra/test/setup/main.tf index 12bb196..243deee 100644 --- a/infra/test/setup/main.tf +++ b/infra/test/setup/main.tf @@ -14,7 +14,7 @@ module "project_factory" { source = "terraform-google-modules/project-factory/google" - version = "14.2.0" + version = "18.2.0" name = "ci-gke" random_project_id = "true"