Making use of the Location Schema

This commit is contained in:
tombuildsstuff 2017-04-12 00:11:46 +01:00
parent d47a60f7c9
commit 27e1b28b34
1 changed files with 1 additions and 5 deletions

View File

@ -45,11 +45,7 @@ func resourceArmEventHubAuthorizationRule() *schema.Resource {
ForceNew: true, ForceNew: true,
}, },
"location": { "location": locationSchema(),
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"listen": { "listen": {
Type: schema.TypeBool, Type: schema.TypeBool,