Packer
JDCloud
@hashicorp
The JDCloud plugin can be used with HashiCorp Packer to create custom images on JDCloud.
- Community
- Archived
Updated 2 years ago
- GitHub(opens in new tab)
JDCloud
The jdcloud Packer builder helps you to build instance images based on an existing image in JDCloud.
Installation
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
jdcloud = {
source = "github.com/hashicorp/jdcloud"
version = "~> 1"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/hashicorp/jdcloud
Components
Builders
- jdcloud - The
jdcloud
Packer builder helps you to build instance images based on an existing image