We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0437a commit 1b8be31Copy full SHA for 1b8be31
test/setup/main.tf
@@ -54,7 +54,7 @@ module "project" {
54
55
module "network" {
56
source = "terraform-google-modules/network/google"
57
- version = "~> 9.0"
+ version = "~> 10.0"
58
59
project_id = module.project.project_id
60
network_name = "test-network"
0 commit comments