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 c80fc02 commit 90aaac2Copy full SHA for 90aaac2
.changelog/3768.txt
@@ -0,0 +1,2 @@
1
+```release-note:none
2
+```
website/docs/r/compute_router_nat.html.markdown
@@ -102,7 +102,7 @@ resource "google_compute_router_nat" "nat_manual" {
102
region = google_compute_router.router.region
103
104
nat_ip_allocate_option = "MANUAL_ONLY"
105
- nat_ips = google_compute_address.address.*.id
+ nat_ips = google_compute_address.address.*.self_link
106
107
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"
108
subnetwork {
0 commit comments