Skip to content

Commit

Permalink
Merge pull request #232 from yannickstruyf3/bugfix-project-vm-reboot
Browse files Browse the repository at this point in the history
adding a VM to a project does not require a reboot
  • Loading branch information
marinsalinas authored Jan 19, 2021
2 parents 8daa93a + 5551107 commit ced5ac8
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 @@ -1141,7 +1141,6 @@ func resourceNutanixVirtualMachineUpdate(d *schema.ResourceData, meta interface{
if d.HasChange("project_reference") {
_, n := d.GetChange("project_reference")
metadata.ProjectReference = validateRef(n.(map[string]interface{}))
hotPlugChange = false
}

spec.Name = response.Status.Name
Expand Down

0 comments on commit ced5ac8

Please sign in to comment.