Working on some automated windows provisioning using vsphere-iso (required). I would like to use the "disable_shutdown" flag to prevent my machines from shutting down after connecting with WinRM. Unfortunately, when I add "disable_shutdown": true to my Packer template, I receive the following error:
* unknown configuration key: "disable_shutdown"
My builds succeed when I remove "disable_shutdown" from my Packer template. The
documentation specifies that "disable_shutdown" should be available for use in vsphere-iso. Is this a bug or did I miss something?
I have attached a redacted JSON template and my debug log.
Best,
Al