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 d5d0f4f0a8
commit fe39bfc8b4

View File

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