Home
Softono

Terraform Provider Digitalocean

Open source MPL-2.0 Go
562
Stars
331
Forks
181
Issues
15
Watchers
2 months
Last Commit

 About Terraform Provider Digitalocean

Terraform DigitalOcean provider

Platforms

Web Self-hosted Cloud

Languages

Go

Need Help Installing Terraform Provider Digitalocean?

We provide expert installation service for this software. Our team will install, configure, and secure Terraform Provider Digitalocean on your server. plans start at just $30.

Terraform Provider Digitalocean

View on GitHub

DigitalOcean Terraform Provider

Requirements

  • Terraform 0.10+
  • Go 1.14+ (to build the provider plugin)

Building The Provider

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

Using the provider

See the DigitalOcean Provider documentation to get started using the DigitalOcean provider.

Developing the Provider

See CONTRIBUTING.md for information about contributing to this project.