Packer
Linode
@linode
Create Linode Images for use with Linode.
- Partner
- HCP Ready
Updated 2 years ago
- GitHub(opens in new tab)
Linode
The Linode plugin allows Packer to communicate with Linode.
Installation
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
linode = {
version = ">= 1.0.1"
source = "github.com/linode/linode"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/linode/linode
Components
Builders
- linode - The Linode Builder creates Linode Images for use on Linode.