Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 7, 2024
1 parent 3743807 commit d8c245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/resources/keyvault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "azurerm_key_vault_access_policy" "function_app" {
object_id = azurerm_linux_function_app.pctasks.identity.0.principal_id

secret_permissions = [
"Get", "List", "Set"
"Get", "List"
]
}

Expand Down

0 comments on commit d8c245e

Please sign in to comment.