Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcma-google committed Sep 5, 2024
1 parent f961df0 commit 261d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/azure/modules/app/role-assignments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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_staging_user" {
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
Expand Down

0 comments on commit 261d82a

Please sign in to comment.