Skip to content

Commit

Permalink
disable purge protection for keyvault
Browse files Browse the repository at this point in the history
  • Loading branch information
kpantos committed Dec 12, 2024
1 parent 32500a7 commit ea9206c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ module keyVault 'br/public:avm/res/key-vault/vault:0.11.0' = {
location: location
sku: 'premium'
tags: tags
enablePurgeProtection: false
enableSoftDelete: false
secrets: (!empty(base64certificateText)) ? [
{
name: secretNames.certificateKeyName
Expand Down

0 comments on commit ea9206c

Please sign in to comment.