Skip to content

Commit

Permalink
added appi outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 17, 2024
1 parent 234815d commit 5123927
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/function/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ output "scm_private_fqdn" {
output "scm_fqdn" {
value = "${azurerm_linux_function_app.func_app.name}.scm.azurewebsites.net"
}

output "appi_id" {
value = azurerm_application_insights.ai.id
}

output "appi_key" {
value = azurerm_application_insights.ai.instrumentation_key
}

0 comments on commit 5123927

Please sign in to comment.