2023-03-06 09:59:55 +08:00

11 lines
245 B
HCL

output "resource_group_name" {
value = azurerm_resource_group.default.name
}
output "storage_account_name" {
value = azurerm_storage_account.default.name
}
output "linux_function_app_name" {
value = azurerm_linux_function_app.main.name
}