Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlockstar committed Dec 10, 2024
1 parent 0d743d9 commit 104b2d4
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 104b2d4

Please sign in to comment.