Skip to content

Commit

Permalink
Fixes nat subnetwork reference in docs (hashicorp#667)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and danawillow committed May 17, 2019
1 parent 0314b23 commit fa804b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/compute_router_nat.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
Expand Down

0 comments on commit fa804b4

Please sign in to comment.