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,
},
"location": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"location": locationSchema(),
"listen": {
Type: schema.TypeBool,