Clone repository to: $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean
$ mkdir -p $GOPATH/src/github.com/digitalocean; cd $GOPATH/src/github.com/digitalocean
$ git clone [email protected]:digitalocean/terraform-provider-digitalocean
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean
$ make build
See the DigitalOcean Provider documentation to get started using the DigitalOcean provider.
See CONTRIBUTING.md for information about contributing to this project.