Packer
Profitbricks
@hashicorp
The profitbricks plugin can be used with HashiCorp Packer to create custom images on IONOS Compute Engine.
- Community
- Archived
Updated 2 years ago
- GitHub(opens in new tab)
Profitbricks
The profitbricks plugin allows you to create custom images on the IONOS Compute Engine platform.
Installation
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
profitbricks = {
source = "github.com/hashicorp/profitbricks"
version = "~> 1"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/hashicorp/profitbricks
Components
Builders
- profitbricks - The ProfitBricks Builder is able to create virtual machines for IONOS Compute Engine.