From 92ea27f9a5e35983c01353ba7747bb4fa03d69db Mon Sep 17 00:00:00 2001 From: hezijie Date: Wed, 22 Jun 2022 11:25:53 +0800 Subject: [PATCH] Add ForceNew warning to `var.disk_encryption_set_id`. --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 14be9216..6da4698b 100644 --- a/variables.tf +++ b/variables.tf @@ -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 } \ No newline at end of file