Skip to content

Commit 18b6c20

Browse files
committed
updating examples
1 parent 22234b3 commit 18b6c20

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

examples/complete/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

examples/complete/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)