AstritCepele

Results 3 comments of AstritCepele

I was able to make it work, but referring resources differently compared to the documentation: Fix: ``` resource "azuread_app_role_assignment" "enterprise_applications" { app_role_id = try(data.azuread_application.app.app_role_ids[local.app_id[0]], "00000000-0000-0000-0000-000000000000") # application role ID of...

We also have been experiencing the same issue for a while now. Especially when we add or remove a user the sorting logic is incorrect.