# 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