diff --git a/test/setup/main.tf b/test/setup/main.tf index e011f519..24ff4db8 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -16,7 +16,7 @@ module "project-ci-lb-http" { source = "terraform-google-modules/project-factory/google" - version = "~> 14.0" + version = "~> 15.0" name = "ci-int-lb-http" random_project_id = true @@ -40,7 +40,7 @@ module "project-ci-lb-http" { module "project-ci-lb-http-1" { source = "terraform-google-modules/project-factory/google" - version = "~> 14.0" + version = "~> 15.0" name = "ci-int-lb-http-1" random_project_id = true