Skip to content

Commit

Permalink
update of allowed audiences
Browse files Browse the repository at this point in the history
  • Loading branch information
IsonsoftZdenek committed Jan 15, 2024
1 parent 1a65f82 commit 95f1fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ output "aad_application_name" {
}

output "api_audience" {
value = tolist(tolist(tolist(data.azurerm_linux_function_app.function_app.auth_settings)[0].active_directory)[0].allowed_audiences)[0]
value = concat(local.identifiers, var.managed_identity_provider.allowed_audiences != null ? var.managed_identity_provider.allowed_audiences : [])
}

0 comments on commit 95f1fbb

Please sign in to comment.