Getting Started with packer windows/vsphere

Hello all!

First time posting here. So I have been doing a lot of googling through different packer repos that people have posted for packer windows builds for vsphere. My templates are building fine but I am trying to incorporate windows updates to get these templates patched. Does anyone have or can recommend a good very vanilla repo of this? Everything I have come across so far has alot of other pieces in their repos. I am running into an issue with the windows update script I have not running when it’s in the unattend file, packer is shutting the VM down before it can even start and it’s built “successfully”.

Was able to get this resolved. Added my windows update script in the json file and did a reboot and called the script again to finish off the updates.