Skip to content

Commit 03ecdca

Browse files
chore: Added START and END region tags for simple NAT example (#27)
1 parent 790213e commit 03ecdca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/nat/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ provider "google" {
1818
version = "~> 3.0"
1919
}
2020

21+
# [START cloudnat_simple_create]
2122
module "cloud_router" {
2223
source = "terraform-google-modules/cloud-router/google"
2324
version = "~> 0.4"
@@ -30,3 +31,4 @@ module "cloud_router" {
3031
name = "my-nat-gateway"
3132
}]
3233
}
34+
# [END cloudnat_simple_create]

0 commit comments

Comments
 (0)