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 ded2139 commit ee4e1e7Copy full SHA for ee4e1e7
modules/uami-blueprint-user-principal/module.tf
@@ -30,6 +30,7 @@ resource "azurerm_role_assignment" "service_principal_pw" {
30
principal_id = azuread_service_principal.uami_blueprint_principal.id
31
scope = "/subscriptions/${var.subscriptions[count.index]}"
32
role_definition_name = "Contributor"
33
+ depends_on = [ azuread_application.uami_blueprint_principal ]
34
}
35
36
# facilitate migration from v0.1.0 of the module
0 commit comments