Making use of the Location Schema
This commit is contained in:
parent
d47a60f7c9
commit
27e1b28b34
|
@ -45,11 +45,7 @@ func resourceArmEventHubAuthorizationRule() *schema.Resource {
|
|||
ForceNew: true,
|
||||
},
|
||||
|
||||
"location": {
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
"location": locationSchema(),
|
||||
|
||||
"listen": {
|
||||
Type: schema.TypeBool,
|
||||
|
|
Loading…
Reference in New Issue