diff --git a/website/source/docs/providers/google/r/compute_url_map.html.markdown b/website/source/docs/providers/google/r/compute_url_map.html.markdown index faad2a1ee9..4d089e1c6e 100644 --- a/website/source/docs/providers/google/r/compute_url_map.html.markdown +++ b/website/source/docs/providers/google/r/compute_url_map.html.markdown @@ -55,7 +55,6 @@ resource "google_compute_backend_service" "login" { port_name = "http" protocol = "HTTP" timeout_sec = 10 - region = "us-central1" health_checks = ["${google_compute_http_health_check.default.self_link}"] } @@ -65,7 +64,6 @@ resource "google_compute_backend_service" "home" { port_name = "http" protocol = "HTTP" timeout_sec = 10 - region = "us-central1" health_checks = ["${google_compute_http_health_check.default.self_link}"] }