We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1d24d commit 2d9e331Copy full SHA for 2d9e331
variables.tf
@@ -121,18 +121,6 @@ variable "storage_shares" {
121
default = []
122
}
123
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
136
variable "enable_advanced_threat_protection" {
137
type = bool
138
description = "Whether advanced threat protection is enabled."
0 commit comments