From b4ff52ffdeb48a58dd2067f742458bfc506e18f9 Mon Sep 17 00:00:00 2001 From: jcma-google <99992917+jcma-google@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:00:52 +0000 Subject: [PATCH] remove --- cloud/azure/modules/app/role-assignments.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cloud/azure/modules/app/role-assignments.tf b/cloud/azure/modules/app/role-assignments.tf index ea993db1..bfbdbf1c 100644 --- a/cloud/azure/modules/app/role-assignments.tf +++ b/cloud/azure/modules/app/role-assignments.tf @@ -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"