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 c8a3d2b commit 5264e67Copy full SHA for 5264e67
examples/nat/main.tf
@@ -16,7 +16,7 @@
16
17
module "vpc" {
18
source = "terraform-google-modules/network/google"
19
- version = "~> 11.0"
+ version = "~> 12.0"
20
21
project_id = var.project_id
22
network_name = "test-network"
examples/simple_example/main.tf
0 commit comments