digitalocean/terraform-provider-digitalocean

Go

Open original ↗

Captured source

source ↗

digitalocean/terraform-provider-digitalocean

Description: Terraform DigitalOcean provider

Language: Go

License: MPL-2.0

Stars: 563

Forks: 331

Open issues: 181

Created: 2017-06-05T20:54:05Z

Pushed: 2026-06-09T12:02:01Z

Default branch: main

Fork: no

Archived: no

README: DigitalOcean Terraform Provider ==================

  • Documentation: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs

Requirements ------------

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 git@github.com: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](./CONTRIBUTING.md) for information about contributing to this project.