diff --git a/test/setup/vpc.tf b/test/setup/vpc.tf index 005761cc..2c4c12ea 100644 --- a/test/setup/vpc.tf +++ b/test/setup/vpc.tf @@ -24,7 +24,7 @@ resource "random_string" "suffix" { *****************************************/ module "shared_vpc" { source = "terraform-google-modules/network/google" - version = "~> 9.0" + version = "~> 11.0" project_id = module.project.project_id network_name = "composer-network-${random_string.suffix.result}"