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 07385d5 commit 1b37457Copy full SHA for 1b37457
test/setup/main.tf
@@ -54,7 +54,7 @@ module "project" {
54
55
module "network" {
56
source = "terraform-google-modules/network/google"
57
- version = "~> 10.0"
+ version = "~> 11.0"
58
59
project_id = module.project.project_id
60
network_name = "test-network"
0 commit comments