main
tf 7 lines 131 Bytes
Raw
1 output "name" {
2 value = azurerm_resource_group.main.name
3 }
4
5 output "location" {
6 value = azurerm_resource_group.main.location
7 }