2.3 KiB
2.3 KiB
Azure IoT Hub and IoT Hub Device Provisioning Service
This template deploys an instance of Azure IoT Hub and IoT Hub Device Provisioning Service on Azure.
Terraform resource types
- random_pet
- random_string
- azurerm_resource_group
- azurerm_storage_account
- azurerm_storage_container
- azurerm_eventhub_namespace
- azurerm_eventhub
- azurerm_eventhub_authorization_rule
- azurerm_iothub
- azurerm_iothub_shared_access_policy
- azurerm_iothub_dps
Variables
Name | Description | Default |
---|---|---|
resource_group_location |
Location of the resource group. | eastus |
resource_group_name_prefix |
Prefix of the resource group name that's combined with a random ID so the name is unique in your Azure subscription. | rg |
eventhub_namespace_name_prefix |
Prefix of the event hub namespace name that's combined with a random ID so the name is unique in your Azure subscription. | namespace |
iothub_name_prefix |
Prefix of the IoT hub name that's combined with a random ID so the name is unique in your Azure subscription. | iothub |
dps_name_prefix |
Prefix of the dps name that's combined with a random ID so the name is unique in your Azure subscription. | dps |