Categorygithub.com/zenlayer/terraform-provider-zenlayercloud
repositorypackage
0.1.11
Repository: https://github.com/zenlayer/terraform-provider-zenlayercloud.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Terraform Provider For Zenlayer Cloud

Requirements:


Building The Provider

Clone repository to $GOPATH/src/github.com/zenlayer/terraform-provider-zenlayercloud

$ mkdir -p $GOPATH/src/github.com/zenlayer
$ cd $GOPATH/src/github.com/zenlayer
$ git clone https://github.com/zenlayer/terraform-provider-zenlayercloud.git

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/zenlayer/terraform-provider-zenlayercloud
$ make build