Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: formatting module
Browse files Browse the repository at this point in the history
ishabakeh committed Nov 23, 2023
1 parent cf29480 commit 6255532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uami-blueprint-user-principal/module.tf
Original file line number Diff line number Diff line change
@@ -30,7 +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_service_principal.uami_blueprint_principal]
depends_on = [azuread_service_principal.uami_blueprint_principal]
}

# facilitate migration from v0.1.0 of the module

0 comments on commit 6255532

Please sign in to comment.