Skip to content

Commit

Permalink
Remove optional bgp from nat docs (#4360)
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 emilymye committed Aug 28, 2019
1 parent 2f0e36c commit eb630eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website/docs/r/compute_router_nat.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ resource "google_compute_router" "router" {
name = "router"
region = google_compute_subnetwork.default.region
network = google_compute_network.default.self_link
bgp {
asn = 64514
}
}
resource "google_compute_router_nat" "simple-nat" {
Expand Down Expand Up @@ -67,9 +64,6 @@ resource "google_compute_router" "router" {
name = "router"
region = google_compute_subnetwork.default.region
network = google_compute_network.default.self_link
bgp {
asn = 64514
}
}
resource "google_compute_address" "address" {
Expand Down

0 comments on commit eb630eb

Please sign in to comment.