Skip to content

Commit

Permalink
Add ForceNew warning to var.disk_encryption_set_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jun 22, 2022
1 parent 6a5411f commit 92ea27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ variable "node_resource_group" {
}

variable "disk_encryption_set_id" {
description = "(Optional) The ID of the Disk Encryption Set which should be used for the Nodes and Volumes. More information [can be found in the documentation](https://docs.microsoft.com/azure/aks/azure-disk-customer-managed-keys)."
description = "(Optional) The ID of the Disk Encryption Set which should be used for the Nodes and Volumes. More information [can be found in the documentation](https://docs.microsoft.com/azure/aks/azure-disk-customer-managed-keys). Changing this forces a new resource to be created."
type = string
default = null
}

0 comments on commit 92ea27f

Please sign in to comment.