Skip to content

Commit b37a342

Browse files
committed
Add ForceNew warning to var.disk_encryption_set_id.
1 parent 51281c9 commit b37a342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ variable "node_resource_group" {
340340
}
341341

342342
variable "disk_encryption_set_id" {
343-
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)."
343+
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."
344344
type = string
345345
default = null
346346
}

0 commit comments

Comments
 (0)