Skip to content

Commit

Permalink
feat: update azurem and azuread version
Browse files Browse the repository at this point in the history
  • Loading branch information
ishabakeh committed Nov 23, 2023
1 parent ded2139 commit ee4e1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/uami-blueprint-user-principal/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "azurerm_role_assignment" "service_principal_pw" {
principal_id = azuread_service_principal.uami_blueprint_principal.id
scope = "/subscriptions/${var.subscriptions[count.index]}"
role_definition_name = "Contributor"
depends_on = [ azuread_application.uami_blueprint_principal ]
}

# facilitate migration from v0.1.0 of the module
Expand Down

0 comments on commit ee4e1e7

Please sign in to comment.