File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ module "key-vault" {
1717 key_vault_sku_pricing_tier = "premium"
1818
1919 # Once `Purge Protection` has been Enabled it's not possible to Disable it
20- # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted (currently 90 days)
21- # Once `Soft Delete` has been Enabled it's not possible to Disable it.
20+ # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted
21+ # The default retention period is 90 days, possible values are from 7 to 90 days
22+ # use `soft_delete_retention_days` to set the retention period
2223 enable_purge_protection = false
2324
2425 # Adding Key vault logs to Azure monitoring and Log Analytics space
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ module "key-vault" {
1515 key_vault_sku_pricing_tier = "premium"
1616
1717 # Once `Purge Protection` has been Enabled it's not possible to Disable it
18- # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted (currently 90 days)
19- # Once `Soft Delete` has been Enabled it's not possible to Disable it.
18+ # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted
19+ # The default retention period is 90 days, possible values are from 7 to 90 days
20+ # use `soft_delete_retention_days` to set the retention period
2021 enable_purge_protection = false
2122
2223 # Adding Key vault logs to Azure monitoring and Log Analytics space
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ module "key-vault" {
88 key_vault_sku_pricing_tier = " premium"
99
1010 # Once `Purge Protection` has been Enabled it's not possible to Disable it
11- # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted (currently 90 days)
12- # Once `Soft Delete` has been Enabled it's not possible to Disable it.
11+ # Deleting the Key Vault with `Purge Protection` enabled will schedule the Key Vault to be deleted
12+ # The default retention period is 90 days, possible values are from 7 to 90 days
13+ # use `soft_delete_retention_days` to set the retention period
1314 enable_purge_protection = false
1415
1516 # Adding Key vault logs to Azure monitoring and Log Analytics space
You can’t perform that action at this time.
0 commit comments