We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81c44c commit 960c958Copy full SHA for 960c958
test/setup/vpc.tf
@@ -24,7 +24,7 @@ resource "random_string" "suffix" {
24
*****************************************/
25
module "shared_vpc" {
26
source = "terraform-google-modules/network/google"
27
- version = "~> 9.0"
+ version = "~> 11.0"
28
29
project_id = module.project.project_id
30
network_name = "composer-network-${random_string.suffix.result}"
0 commit comments