Switching to use the locationSchema for Event Hub Consumer Groups
This commit is contained in:
parent
27e1b28b34
commit
01c8b0197c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue