Skip to content

vultr/packer-plugin-vultr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](golang/crypto@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b4cc3dc

Git stats

Files

Permalink
Failed to load latest commit information.

Packer Builder for Vultr

Automatic Releaser GoDoc GitHub latest release Go Report Card GitHub downloads

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:

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.

Authors