many chgs

This commit is contained in:
Tom Archer
2024-10-31 20:16:36 -07:00
committed by lonegunmanb
parent 7435faa4df
commit ccffe42995
2 changed files with 36 additions and 42 deletions

View File

@ -7,7 +7,7 @@ output "storage_account_name" {
}
output "app_service_plan_name" {
value = azurerm_app_service_plan.hostingPlan.name
value = azurerm_service_plan.hostingPlan.name
}
output "function_app_name" {