Packer Builder for Vultr
This is a HashiCorp Packer plugin for creating Vultr snapshots.
Requirements
Build & Installation
Packer init
Starting from version 1.7, Packer supports a new packer init command allowing automatic installation of Packer plugins. Read the Packer documentation for more information
Install from source:
To install the plugin from source you will have to clone this Github repository locally. Once cloned run make build
which will put the plugin in your GO's bin folder.
Then please read the documentation on Installing plugins.
Install from release:
- Download binaries from the releases page.
- To install the plugin please read the documentation on Installing plugins
Using the plugin
See the Vultr Provider documentation to get started using the Vultr provider.
Contributing
Feel free to send pull requests our way! Please see the contributing guidelines.