A Packer builder for creating Vultr snapshots.
- Ensure you have the Packer plugin directory:
mkdir -p ~/.packer.d/plugins
- Install the plugin binary:
GO111MODULE=on go get github.com/dradtke/packer-builder-vultr
- Move the plugin from where Go put it to the plugin directory:
mv $(go env GOBIN)/packer-builder-vultr ~/.packer.d/plugins/
That's it. Builder type vultr
should now work.
Check out testdata/vultr.json
for an example Packer file that uses the
Vultr builder.