Skip to content

Commit

Permalink
add in extra output from function app module
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlockstar committed Dec 20, 2024
1 parent 422d7f1 commit 66d60c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/modules/function-app/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ output "name" {
value = azurerm_linux_function_app.function_app.name
}

output "function_app_endpoint_name" {
description = "The function app endpoint name."
value = var.function_app_name
}

output "id" {
description = "The id of the Linux Function App."
value = azurerm_linux_function_app.function_app.id
Expand Down

0 comments on commit 66d60c0

Please sign in to comment.