8 lines
164 B
HCL
8 lines
164 B
HCL
output "resource_group_name" {
|
|
value = azurerm_resource_group.rg.name
|
|
}
|
|
|
|
output "storage_account_name" {
|
|
value = azurerm_storage_account.storage_account.name
|
|
}
|