diff --git a/test/setup/main.tf b/test/setup/main.tf index 5ea26ab4..e10b6326 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -34,7 +34,7 @@ module "project" { module "vpc" { source = "terraform-google-modules/network/google" - version = "~> 7.0" + version = "~> 8.0" project_id = module.project.project_id network_name = "default"