From 16d331bd72ddabe3a06fb90e6987933e23991e12 Mon Sep 17 00:00:00 2001 From: ArtemProt Date: Wed, 25 Oct 2023 09:49:23 +0200 Subject: [PATCH] Update resource_nutanix_virtual_machine.go (#626) --- nutanix/resource_nutanix_virtual_machine.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nutanix/resource_nutanix_virtual_machine.go b/nutanix/resource_nutanix_virtual_machine.go index 29134cad..6d5f6e38 100644 --- a/nutanix/resource_nutanix_virtual_machine.go +++ b/nutanix/resource_nutanix_virtual_machine.go @@ -965,7 +965,6 @@ func resourceNutanixVirtualMachineUpdate(ctx context.Context, d *schema.Resource if d.HasChange("name") { _, n := d.GetChange("name") spec.Name = utils.StringPtr(n.(string)) - hotPlugChange = false } spec.Description = response.Status.Description