File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resource "azurerm_key_vault" "this" {
7
7
tenant_id = data. azurerm_client_config . current . tenant_id
8
8
sku_name = " premium"
9
9
soft_delete_retention_days = 7
10
- purge_protection_enabled = false
10
+ purge_protection_enabled = true
11
11
enabled_for_disk_encryption = true
12
12
enabled_for_deployment = true
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ resource "azurerm_key_vault" "this" {
11
11
tenant_id = data. azurerm_client_config . current . tenant_id
12
12
sku_name = " standard"
13
13
soft_delete_retention_days = 7
14
- purge_protection_enabled = false
14
+ purge_protection_enabled = true
15
15
16
16
access_policy {
17
17
tenant_id = data. azurerm_client_config . current . tenant_id
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resource "azurerm_key_vault" "this" {
5
5
tenant_id = data. azurerm_client_config . current . tenant_id
6
6
sku_name = " premium"
7
7
soft_delete_retention_days = 7
8
- purge_protection_enabled = false
8
+ purge_protection_enabled = true
9
9
enabled_for_disk_encryption = true
10
10
11
11
tags = module. naming . default_tags
You can’t perform that action at this time.
0 commit comments