Packer
Hetzner Cloud
@hetznercloud
The hcloud plugin can be used with HashiCorp Packer to create custom images on Hetzner Cloud.
- Partner
Updated 2 years ago
- GitHub(opens in new tab)
Hetzner Cloud
The hcloud
Packer plugin is able to create new images for use with Hetzner
Cloud.
Installation
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
hcloud = {
source = "github.com/hetznercloud/hcloud"
version = "~> 1"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/hetznercloud/hcloud
Components
Builders
- hcloud - The hcloud builder lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then export it as an image for later reuse.