Review fixes and updated readme

This commit is contained in:
Kelly Gremban 2022-10-14 11:15:49 -07:00
parent db43ecd3a5
commit 24645b6398
2 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@ resource "azurerm_iothub" "iothub" {
sku {
name = "S1"
capacity = "1"
capacity = 1
}
endpoint {
@ -153,7 +153,7 @@ resource "azurerm_iothub_dps" "dps" {
sku {
name = "S1"
capacity = "1"
capacity = 1
}
linked_hub {

View File

@ -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