format terraform

This commit is contained in:
github-actions[bot]
2024-02-05 21:12:35 +00:00
committed by lonegunmanb
parent 8c845be0a2
commit 25aa1d089a
3 changed files with 20 additions and 20 deletions

View File

@ -2,12 +2,12 @@ output "resource_group_name" {
description = "The name of the created resource group."
value = azurerm_resource_group.rg.name
}
output "virtual_network_name" {
description = "The name of the created virtual network."
value = azurerm_virtual_network.vnet.name
}
output "iothub_subnet_name" {
description = "The name of the created subnet for iothub."
value = azurerm_subnet.snet.name