We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key-vault
Purge protection should be enabled by default to prevent loss of secrets.
Recommended in Azure Key Vault best practices: https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices#turn-on-data-protection-for-your-vault
Important
Update examples to explicitly disable purge protection.
variable "purge_protection_enabled" { description = "Is purge protection enabled for this Key Vault?" type = bool default = true }
The text was updated successfully, but these errors were encountered:
kov117
No branches or pull requests
Module Name
key-vault
Description
Purge protection should be enabled by default to prevent loss of secrets.
Recommended in Azure Key Vault best practices: https://learn.microsoft.com/en-us/azure/key-vault/general/best-practices#turn-on-data-protection-for-your-vault
Important
Update examples to explicitly disable purge protection.
Example Terraform Configuration
The text was updated successfully, but these errors were encountered: