We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b9b21 commit c16c764Copy full SHA for c16c764
function_app/outputs.tf
@@ -16,6 +16,6 @@ output "principal_id" {
16
}
17
18
output "api_audience" {
19
- value = tolist(tolist(tolist(data.azurerm_linux_function_app.function_app.auth_settings_v2)[0].active_directory_v2)[0].allowed_audiences)[0]
+ value = tolist(tolist(data.azurerm_linux_function_app.function_app.auth_settings_v2)[0].active_directory_v2.allowed_audiences)[0]
20
21
0 commit comments