Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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