Skip to content

digitalocean/terraform-provider-digitalocean

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Mar 27, 2025
Mar 27, 2025
Aug 29, 2023
Aug 1, 2024
Jun 26, 2017
Mar 27, 2025
Mar 8, 2023
Oct 16, 2024
Jul 2, 2024
Feb 20, 2025
Feb 21, 2025
Mar 25, 2025
Jun 5, 2017
Oct 18, 2024
Mar 27, 2025
Mar 27, 2025
Oct 16, 2020

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 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 for information about contributing to this project.