The jdcloud Packer builder helps you to build instance images based on an existing image in JDCloud.
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- jdcloud - The
jdcloudPacker builder helps you to build instance images based on an existing image