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