Create a device in Azure IoT Hub by Terraform
I am trying to automate setting up of IoT Hub. But I am not able to find any code related to creating a device in the IoT Hub. I found the below command: resource “azurerm_iothub_device” “example” { name = “device_name”…