Skip to content

nhn-cloud/terraform-provider-nhncloud

Repository files navigation

Terraform Provider for NHN Cloud

Requirements

  • Terraform 1.0.x

  • Go 1.20 (to build the provider plugin)

Building the Provider

Clone the repository

$ git clone git@github.com:nhn-cloud/terraform-provider-nhncloud.git

Enter the provider directory and build the provider

$ cd terraform-provider-nhncloud
$ make build

Provider Usage

Please see the NHN Cloud Terraform Provider documentation for how to use NHN Cloud Terraform Provider.

You can also check the NHN Cloud Terraform User Guide.

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.20+ is required).

To compile the provider, run make build. This will build the provider and put the provider binary in the current directory.

$ make build