rename folder
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user