mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 19:01:09 -04:00
Switching to use the locationSchema for Event Hub Consumer Groups
This commit is contained in:
@@ -45,11 +45,7 @@ func resourceArmEventHubConsumerGroup() *schema.Resource {
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
"location": {
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
"location": locationSchema(),
|
||||
|
||||
"user_metadata": {
|
||||
Type: schema.TypeString,
|
||||
|
||||
Reference in New Issue
Block a user