packer-plugin-vsphere
packer-plugin-vsphere copied to clipboard
🚧 feat: add support for reusing a vm
This PR resolves the problem where users could not install a system from ISO to a pre-created Virtual Machine.
Closes #334
TODO:
- [ ] Error out if HCL/JSON config has
reuse_vm = true
and also hardware configuration (because we don't want to modify hw on a pre-created VM). under discussion