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 790213e commit 03ecdcaCopy full SHA for 03ecdca
examples/nat/main.tf
@@ -18,6 +18,7 @@ provider "google" {
18
version = "~> 3.0"
19
}
20
21
+# [START cloudnat_simple_create]
22
module "cloud_router" {
23
source = "terraform-google-modules/cloud-router/google"
24
version = "~> 0.4"
@@ -30,3 +31,4 @@ module "cloud_router" {
30
31
name = "my-nat-gateway"
32
}]
33
34
+# [END cloudnat_simple_create]
0 commit comments