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 d6d078f commit e14f552Copy full SHA for e14f552
code/infra/roleassignments.tf
@@ -1,9 +1,3 @@
1
-resource "azurerm_role_assignment" "role_assignment_key_vault_uai" {
2
- scope = azurerm_key_vault.key_vault.id
3
- role_definition_name = "Key Vault Crypto Service Encryption User"
4
- principal_id = azurerm_user_assigned_identity.user_assigned_identity.principal_id
5
-}
6
-
7
resource "azurerm_role_assignment" "role_assignment_storage_function" {
8
scope = azurerm_storage_account.storage.id
9
role_definition_name = "Storage Blob Data Owner"
0 commit comments