Hello Mitchell,
I looked into VirtualBox and indeed, the old destroyed VM was still referenced there even though I destroyed it, it was successfully deleted from VirtualBox VM folder:
C:\Users\Astronaute\VirtualBox VMs.
So I opened the
C:\Users\Astronaute\.VirtualBox\VirtualBox.xml and it was also referenced there in MachineRegistry. I thought that the problem would be solved by removing the broken link to the VM from the VirtualBox: I removed it and checked the
VirtualBox.xml, the broken VM was not referenced anymore so I tried to create another VM using vagrant and bam: Vagrant correctly added the new VM into the
VirtualBox.xml but also added back the broken link VM.
I also tried to change the
defaultMachineFolder somewhere else hoping that would solve the problem, but each time I run "vagrant up", it keeps setting the value back to the old one and adds the broken
MachineEntry.
Now I would like to know where the Vagrant is pulling this info from in order to modify it at the source?
I hope it is clear, if not ask for more info,
Thank you :)