Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalyaron committed Nov 19, 2024
1 parent 8ef0231 commit 70ddb6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions devops/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ variable "acr_name" {
description = "Name of ACR"
}

variable "kv_purge_protection_enabled" {
type = bool
description = "A boolean indicating if the purge protection will be enabled on the core keyvault."
default = true
}

variable "enable_cmk_encryption" {
type = bool
description = "A boolean indicating if customer managed keys will be used for encryption of supporting resources"
Expand Down

0 comments on commit 70ddb6b

Please sign in to comment.