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 cf29480 commit 6255532Copy full SHA for 6255532
modules/uami-blueprint-user-principal/module.tf
@@ -30,7 +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_service_principal.uami_blueprint_principal]
+ depends_on = [azuread_service_principal.uami_blueprint_principal]
34
}
35
36
# facilitate migration from v0.1.0 of the module
0 commit comments