Skip to content

Commit

Permalink
APIM API output audience
Browse files Browse the repository at this point in the history
  • Loading branch information
IsonsoftZdenek committed Jan 10, 2024
1 parent 97b8d1c commit 452eacd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/azure/api_management_api/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ output "application_id" {
output "default_role" {
value = azuread_application.application.app_role_ids["Default.Access"]
}

output "api_audience" {
value = azuread_application.application.identifier_uris
}

0 comments on commit 452eacd

Please sign in to comment.