Packer
Naver Cloud
@hashicorp
The Naver Cloud plugin can be used with HashiCorp Packer to create custom images on the Naver Cloud platform
- Community
Updated 2 years ago
- GitHub(opens in new tab)
Naver Cloud
The ncloud plugin allows you to create custom images on the NAVER Cloud Platform.
Installation
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
Components
Builders
- ncloud - The
ncloud
builder allows you to create server images using the NAVER Cloud Platform.