Skip to content

Commit 308ac42

Browse files
committed
skip: update CI 287
1 parent 0d3e168 commit 308ac42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auto_policy_testing/green/common_resources/key_vault.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "azurerm_key_vault" "this" {
77
tenant_id = data.azurerm_client_config.current.tenant_id
88
sku_name = "premium"
99
soft_delete_retention_days = 7
10-
purge_protection_enabled = false
10+
purge_protection_enabled = true
1111
enabled_for_disk_encryption = true
1212
enabled_for_deployment = true
1313

auto_policy_testing/green/cosmosdb/key_vault.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "azurerm_key_vault" "this" {
1111
tenant_id = data.azurerm_client_config.current.tenant_id
1212
sku_name = "standard"
1313
soft_delete_retention_days = 7
14-
purge_protection_enabled = false
14+
purge_protection_enabled = true
1515

1616
access_policy {
1717
tenant_id = data.azurerm_client_config.current.tenant_id

auto_policy_testing/red/common_resources/key_vault.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "azurerm_key_vault" "this" {
55
tenant_id = data.azurerm_client_config.current.tenant_id
66
sku_name = "premium"
77
soft_delete_retention_days = 7
8-
purge_protection_enabled = false
8+
purge_protection_enabled = true
99
enabled_for_disk_encryption = true
1010

1111
tags = module.naming.default_tags

0 commit comments

Comments
 (0)