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 {
@ -134,8 +134,8 @@ resource "azurerm_iothub_shared_access_policy" "hub_access_policy" {
resource_group_name = azurerm_resource_group.rg.name
iothub_name = azurerm_iothub.iothub.name
registry_read = true
registry_write = true
registry_read = true
registry_write = true
service_connect = true
}
@ -153,7 +153,7 @@ resource "azurerm_iothub_dps" "dps" {
sku {
name = "S1"
capacity = "1"
capacity = 1
}
linked_hub {