Skip to content

Commit ee4e1e7

Browse files
committed
feat: update azurem and azuread version
1 parent ded2139 commit ee4e1e7

File tree

1 file changed

+1
-0
lines changed
  • modules/uami-blueprint-user-principal

1 file changed

+1
-0
lines changed

modules/uami-blueprint-user-principal/module.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ resource "azurerm_role_assignment" "service_principal_pw" {
3030
principal_id = azuread_service_principal.uami_blueprint_principal.id
3131
scope = "/subscriptions/${var.subscriptions[count.index]}"
3232
role_definition_name = "Contributor"
33+
depends_on = [ azuread_application.uami_blueprint_principal ]
3334
}
3435

3536
# facilitate migration from v0.1.0 of the module

0 commit comments

Comments
 (0)