Skip to content

Commit

Permalink
rm deprecated parameter from forwarding_rule example
Browse files Browse the repository at this point in the history
  • Loading branch information
Royce Remer committed Feb 25, 2020
1 parent c636e98 commit 35981f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/r/compute_forwarding_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ resource "google_compute_forwarding_rule" "default" {
load_balancing_scheme = "INTERNAL"
backend_service = "${google_compute_region_backend_service.backend.self_link}"
all_ports = true
allow_global_access = true
network = "${google_compute_network.default.name}"
subnetwork = "${google_compute_subnetwork.default.name}"
}
Expand Down

0 comments on commit 35981f8

Please sign in to comment.