Skip to content

Commit 42acd02

Browse files
modular-magicianEdward Sun
andauthored
fix typo in example in google_compute_router_nat (#3589) (#2129)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent 8089e4c commit 42acd02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3589.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/compute_router_nat.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ resource "google_compute_router_nat" "nat_manual" {
106106
107107
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"
108108
subnetwork {
109-
name = google_compute_subnetwork.default.id
109+
name = google_compute_subnetwork.subnet.id
110110
source_ip_ranges_to_nat = ["ALL_IP_RANGES"]
111111
}
112112
}

0 commit comments

Comments
 (0)