rename folder

This commit is contained in:
Kelly Gremban
2022-10-03 09:38:38 -07:00
parent f4775c5bf6
commit 8a9f0ff064
5 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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
}