We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be27cd commit c687d81Copy full SHA for c687d81
modules/azure/api_management_api/main.tf
@@ -325,7 +325,6 @@ resource "azurerm_api_management_authorization_server" "oauth2" {
325
}
326
327
resource "azuread_service_principal" "application" {
328
- count = local.should_assign_group ? 1 : 0
329
client_id = azuread_application.application.client_id
330
app_role_assignment_required = false
331
owners = [data.azuread_client_config.current.object_id]
0 commit comments