hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
96 stars 93 forks source link

feat: add `windows_sysprep_text` field #359

Closed aidanleuck closed 7 months ago

aidanleuck commented 8 months ago

Closes #357

Allows users to submit a custom Windows Sysprep file as text instead of as a file. #357 discusses why this PR is useful. windows_sysprep_file will be marked as deprecated in favor of windows_sysprep_text.

Note: I have tested this on my own Packer builds and it works fine. I noticed that there are not any tests around customization, but I am happy to write some if necessary.

hashicorp-cla commented 8 months ago

CLA assistant check
All committers have signed the CLA.

tenthirtyam commented 7 months ago

@nywilken I've made some slight updates and force-pushed the changes.