Skip to content

Commit

Permalink
Update resource_nutanix_virtual_machine.go (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemProt authored Oct 25, 2023
1 parent 77c4f42 commit 16d331b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nutanix/resource_nutanix_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16d331b

Please sign in to comment.