Skip to content

Commit 2d9e331

Browse files
var fix
1 parent fe1d24d commit 2d9e331

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,6 @@ variable "storage_shares" {
121121
default = []
122122
}
123123

124-
variable "enable_customer_managed_key" {
125-
type = bool
126-
description = "Whether the storage account should be encrypted with customer managed keys."
127-
default = false
128-
}
129-
130-
variable "cmk_key_vault_id" {
131-
type = string
132-
description = "The ID of the Key Vault for Customer Managed Key encryption."
133-
default = null
134-
}
135-
136124
variable "enable_advanced_threat_protection" {
137125
type = bool
138126
description = "Whether advanced threat protection is enabled."

0 commit comments

Comments
 (0)