From c631d7e3eccf7119f1439072aeb9cfbd45dae73c Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Tue, 2 Jan 2018 14:21:26 -0500 Subject: [PATCH] Remove documentation about removed region field in backend service (#906) --- website/docs/r/compute_backend_service.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/docs/r/compute_backend_service.html.markdown b/website/docs/r/compute_backend_service.html.markdown index 965c1210..fa7834c3 100644 --- a/website/docs/r/compute_backend_service.html.markdown +++ b/website/docs/r/compute_backend_service.html.markdown @@ -73,9 +73,6 @@ The following arguments are supported: for checking the health of the backend service. Currently at most one health check can be specified, and a health check is required. -* `region` - (Optional) The region this backend service has been created in. If - unspecified, this defaults to the region configured in the provider. - - - - * `backend` - (Optional) The list of backends that serve this BackendService. Structure is documented below.