packer-post-processor-vhd
packer-post-processor-vhd copied to clipboard
:package: Packer post-processor plugin to produce Virtual Hard Disk (VHD) files
Hi, To support packer 1.7 I have introduced following changes: - Introduced go modules - Migrated packer dependecies from the main packer repo to packer-plugin-sdk (using https://github.com/hashicorp/packer-sdk-migrator) - Supporting HCL2...
Getting this on packer validate: Failed to initialize build 'virtualbox-iso': error initializing post-processor 'vhd': Incompatible API version with plugin. Plugin version: 4, Ours: 5 OS: CentOS Linux release 7.8.2003 (Core)...
I've been using this fairly regularly for a few weeks with zero issues... release it?
Not working for me even after trying multiple ways: - Downloaded the plugin from [releases](https://github.com/benwebber/packer-post-processor-vhd/releases/download/v0.3.0/packer-post-processor-vhd-0.3.0-darwin_amd64). - After renaming it to 'packer-post-processor-vhd', copied it to ~/packer.d/plugins (also tried ~/.packer.d/plugins). - Added...
Would love to see an option to pass in additional options on clonehd... specifically looking for a --variant Fixed, but opening it up to allow any additional options would be...