I have a working vsphere-iso
builder (along with provisioners) that produces a Windows Server 2019 vm, which I then convert to .ova (after adding vApp properties through PowerCLI).
I want to create a second packer template that uses this .ova as a base (similar to how vsphere-clone
can use regular vSphere templates as a base), but I have not been able to find any information about how to set up such a chain.
Does anyone have suggestions/more information that could point me in the right direction?
(Iām right now tempted to first deploy a VM through terraform, but really hoping I can avoid this)