mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #12663 from hashicorp/paddy_deprecate_backend_region
provider/google: remove the backend region field
This commit is contained in:
commit
216cf76196
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user