Skip to content
New issue

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

feat: enable purge protection by default #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kov117
Copy link
Contributor

@kov117 kov117 commented Feb 14, 2025

Switched the variabel from false to true.

variable "purge_protection_enabled" {
  description = "Is purge protection enabled for this Key Vault?"
  type        = bool
  default     = true
}

In reference to original issue.

@kov117 kov117 added the enhancement New feature or request label Feb 14, 2025
@kov117 kov117 self-assigned this Feb 14, 2025
@kov117 kov117 requested a review from a team as a code owner February 14, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant