Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 778 Bytes

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