Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
enable purge protection - Nate
Browse files Browse the repository at this point in the history
  • Loading branch information
nate committed May 7, 2021
1 parent f59e146 commit dccd23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "azurerm_key_vault" "TerraKeyVault" {
tenant_id = var.KeyVaultTenantID
soft_delete_enabled = true
soft_delete_retention_days = 7
purge_protection_enabled = false

########################
#Others Keyvault param
Expand Down

0 comments on commit dccd23d

Please sign in to comment.