diff --git a/azurerm/resource_arm_eventhub.go b/azurerm/resource_arm_eventhub.go index cb89eb9a50e8..f1fd1a5106de 100644 --- a/azurerm/resource_arm_eventhub.go +++ b/azurerm/resource_arm_eventhub.go @@ -112,8 +112,9 @@ func resourceArmEventHub() *schema.Resource { Required: true, }, "storage_account_id": { - Type: schema.TypeString, - Required: true, + Type: schema.TypeString, + Required: true, + ValidateFunc: azure.ValidateResourceID, }, }, },