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 8089e4c commit 42acd02Copy full SHA for 42acd02
.changelog/3589.txt
@@ -0,0 +1,3 @@
1
+```release-note:none
2
+
3
+```
website/docs/r/compute_router_nat.html.markdown
@@ -106,7 +106,7 @@ resource "google_compute_router_nat" "nat_manual" {
106
107
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"
108
subnetwork {
109
- name = google_compute_subnetwork.default.id
+ name = google_compute_subnetwork.subnet.id
110
source_ip_ranges_to_nat = ["ALL_IP_RANGES"]
111
}
112
0 commit comments