Files
terraform-azure/quickstart/201-iot-hub-with-device-provisioning-service/outputs.tf
Kelly Gremban 8a9f0ff064 rename folder
2022-10-03 09:38:38 -07:00

11 lines
220 B
HCL

output "azurerm_iothub_name" {
value = azurerm_iothub.iothub.name
}
output "azurerm_iothub_dps_name" {
value = azurerm_iothub_dps.dps.name
}
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}