Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jcma-google committed Sep 5, 2024
1 parent 261d82a commit b4ff52f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cloud/azure/modules/app/role-assignments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ resource "azurerm_role_assignment" "key_vault_secrets_principal_user" {
principal_id = azurerm_linux_web_app.civiform_app.identity.0.principal_id
}

resource "azurerm_role_assignment" "key_vault_secrets_key_vault_reference_user" {
scope = data.azurerm_key_vault.civiform_key_vault.id
role_definition_name = "Key Vault Administrator"
principal_id = azurerm_linux_web_app.civiform_app.key_vault_reference_identity_id
}

resource "azurerm_role_assignment" "storage_blob_data_contributor" {
scope = azurerm_storage_account.files_storage_account.id
role_definition_name = "Storage Blob Data Contributor"
Expand Down

0 comments on commit b4ff52f

Please sign in to comment.