provider/google: remove the backend region field

Remove the field region on compute_backend_service as it has been
deprecated a while now and was never used to begin with.
This commit is contained in:
Paddy 2017-03-13 17:25:32 -07:00
parent 4d6242dfe0
commit 3b71036877
1 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ func resourceComputeBackendService() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Deprecated: "This parameter has been removed as it was never used",
Removed: "region has been removed as it was never used",
},
"self_link": &schema.Schema{