Skip to content

Commit

Permalink
Add output for appservicepython
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Jan 11, 2024
1 parent ecc45a5 commit 06a2ec7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ output "URI" {
output "IDENTITY_PRINCIPAL_ID" {
value = length(azurerm_linux_web_app.web.identity) == 0 ? "" : azurerm_linux_web_app.web.identity.0.principal_id
sensitive = true
}
}
output "APPSERVICE_NAME" {
value = azurerm_linux_web_app.web.name
}

0 comments on commit 06a2ec7

Please sign in to comment.