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 e9b4e18 commit 79a6b34Copy full SHA for 79a6b34
examples/nat/main.tf
@@ -17,7 +17,7 @@
17
# [START cloudnat_simple_create]
18
module "cloud_router" {
19
source = "terraform-google-modules/cloud-router/google"
20
- version = "~> 4.0"
+ version = "~> 5.0"
21
project = var.project_id # Replace this with your project ID in quotes
22
name = "my-cloud-router"
23
network = "default"
examples/simple/main.tf
# [START cloudrouter_create]
name = "my-router"
region = "us-central1"
0 commit comments