Review fixes and updated readme
This commit is contained in:
parent
db43ecd3a5
commit
24645b6398
@ -71,7 +71,7 @@ resource "azurerm_iothub" "iothub" {
|
|||||||
|
|
||||||
sku {
|
sku {
|
||||||
name = "S1"
|
name = "S1"
|
||||||
capacity = "1"
|
capacity = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
endpoint {
|
endpoint {
|
||||||
@ -134,8 +134,8 @@ resource "azurerm_iothub_shared_access_policy" "hub_access_policy" {
|
|||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
iothub_name = azurerm_iothub.iothub.name
|
iothub_name = azurerm_iothub.iothub.name
|
||||||
|
|
||||||
registry_read = true
|
registry_read = true
|
||||||
registry_write = true
|
registry_write = true
|
||||||
service_connect = true
|
service_connect = true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -153,7 +153,7 @@ resource "azurerm_iothub_dps" "dps" {
|
|||||||
|
|
||||||
sku {
|
sku {
|
||||||
name = "S1"
|
name = "S1"
|
||||||
capacity = "1"
|
capacity = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
linked_hub {
|
linked_hub {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Azure IoT Hub Device Provisioning Service
|
# Azure IoT Hub and IoT Hub Device Provisioning Service
|
||||||
|
|
||||||
This template deploys an instance of [Device Provisioning Service](https://learn.microsoft.com/azure/iot-dps/) on Azure.
|
This template deploys an instance of [Azure IoT Hub](https://learn.microsoft.com/azure/iot-hub/) and [IoT Hub Device Provisioning Service](https://learn.microsoft.com/azure/iot-dps/) on Azure.
|
||||||
|
|
||||||
## Terraform resource types
|
## Terraform resource types
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user