Skip to content

Commit

Permalink
keyvault issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Feb 20, 2022
1 parent a4a8e74 commit 123f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "azurerm" {
features {
key_vault {
purge_soft_delete_on_destroy = var.keyvault_purge_protection_enabled ? false : true
recover_soft_deleted_key_vaults = true
recover_soft_deleted_key_vaults = false
}
}
}
Expand Down

0 comments on commit 123f05c

Please sign in to comment.