Skip to content

Commit 90aaac2

Browse files
modular-magicianEdward Sun
andauthored
fix an example for google_compute_router_nat (#3768) (#2291)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent c80fc02 commit 90aaac2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/3768.txt

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

website/docs/r/compute_router_nat.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ resource "google_compute_router_nat" "nat_manual" {
102102
region = google_compute_router.router.region
103103
104104
nat_ip_allocate_option = "MANUAL_ONLY"
105-
nat_ips = google_compute_address.address.*.id
105+
nat_ips = google_compute_address.address.*.self_link
106106
107107
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"
108108
subnetwork {

0 commit comments

Comments
 (0)