Create IoT Hub Device

Is it possible to create a single Azure IoT Hub device with terraform?
As it is possible with Azure CLI: az iot hub device-identity create --device-id myDeviceId --hub-name {Your IoT Hub name}

Hi Epilz,
Could you find any solution for the above issue?