diff --git a/infrastructure/modules/function-app/output.tf b/infrastructure/modules/function-app/output.tf index e2751698..51985184 100644 --- a/infrastructure/modules/function-app/output.tf +++ b/infrastructure/modules/function-app/output.tf @@ -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