Switching to use the locationSchema for Event Hub Consumer Groups

This commit is contained in:
tombuildsstuff
2017-04-12 00:25:30 +01:00
parent 27e1b28b34
commit 01c8b0197c

View File

@@ -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,