The ncloud plugin allows you to create custom images on the NAVER Cloud Platform.
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
ncloud = {
source = "github.com/hashicorp/ncloud"
version = "~> 1"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/hashicorp/ncloud
- ncloud - The
ncloud
builder allows you to create server images using the NAVER Cloud Platform.