fix example (#177)

This commit is contained in:
Dingjia Chen
2023-03-05 19:59:55 -06:00
committed by GitHub
parent 24f9f839b9
commit 4264b769e8
4 changed files with 29 additions and 9 deletions

View File

@ -0,0 +1,11 @@
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
}