Packer
IONOS 1&1
@hashicorp
The 1&1 Packer Plugin is able to create virtual machines for IONOS cloud.
- Community
- Archived
Updated 2 years ago
- GitHub(opens in new tab)
IONOS 1&1
The IONOS 1&1 Packer Plugin is able to create virtual machines for IONOS cloud.
Installation
To install this plugin add this code into your Packer configuration and run packer init
packer {
required_plugins {
oneandone = {
version = "~> 1"
source = "github.com/hashicorp/oneandone"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
packer plugins install github.com/hashicorp/oneandone