Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Allow GitHub to Recover
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 12, 2024
1 parent 7ce4d23 commit cdcd4be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operations/template/key.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resource "azurerm_key_vault_access_policy" "allow_github_deployer" {
"Get",
"Delete",
"Purge",
"Recover",
]

key_permissions = [
Expand Down Expand Up @@ -178,4 +179,4 @@ resource "azurerm_key_vault_key" "customer_managed_key" {
]

depends_on = [azurerm_key_vault_access_policy.allow_github_deployer] //wait for the permission that allows our deployer to write the secret
}
}

0 comments on commit cdcd4be

Please sign in to comment.