4 lines
81 B
HCL
4 lines
81 B
HCL
output "resource_group_name" {
|
|
value = "${azurerm_resource_group.rg.name}"
|
|
}
|