trying diff technique

This commit is contained in:
Tom Archer
2024-11-01 08:25:36 -07:00
committed by lonegunmanb
parent ccffe42995
commit d9ceb6ca3d
3 changed files with 55 additions and 118 deletions

View File

@ -1,19 +0,0 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "storage_account_name" {
value = azurerm_storage_account.storageAccount.name
}
output "app_service_plan_name" {
value = azurerm_service_plan.hostingPlan.name
}
output "function_app_name" {
value = azurerm_function_app.functionApp.name
}
output "application_insights_name" {
value = azurerm_application_insights.applicationInsights.name
}