Merge pull request #12663 from hashicorp/paddy_deprecate_backend_region

provider/google: remove the backend region field
This commit is contained in:
Paddy 2017-03-14 13:00:07 -07:00 committed by GitHub
commit 216cf76196
1 changed files with 4 additions and 4 deletions

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{