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 49031f8 commit a3ffee2Copy full SHA for a3ffee2
examples/nat/main.tf
@@ -16,7 +16,7 @@
16
17
module "vpc" {
18
source = "terraform-google-modules/network/google"
19
- version = "~> 8.0"
+ version = "~> 9.0"
20
21
project_id = var.project_id
22
network_name = "test-network"
examples/simple_example/main.tf
0 commit comments