diff --git a/website/docs/r/compute_router_nat.html.markdown b/website/docs/r/compute_router_nat.html.markdown index cf4bcb5e..207a8d29 100644 --- a/website/docs/r/compute_router_nat.html.markdown +++ b/website/docs/r/compute_router_nat.html.markdown @@ -86,7 +86,7 @@ resource "google_compute_router_nat" "advanced-nat" { nat_ips = ["${google_compute_address.address.*.self_link}"] source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS" subnetwork { - name = "${google_compute_subnetwork.subnetwork.self_link}" + name = "${google_compute_subnetwork.default.self_link}" source_ip_ranges_to_nat = ["ALL_IP_RANGES"] } }