https://github.com/digitalocean/terraform-provider-digitalocean
Terraform DigitalOcean provider
https://github.com/digitalocean/terraform-provider-digitalocean
cloud digitalocean hacktoberfest hashicorp infrastructure-as-code terraform terraform-provider
Last synced: 5 months ago
JSON representation
Terraform DigitalOcean provider
- Host: GitHub
- URL: https://github.com/digitalocean/terraform-provider-digitalocean
- Owner: digitalocean
- License: mpl-2.0
- Created: 2017-06-05T20:54:05.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T11:15:00.000Z (5 months ago)
- Last Synced: 2025-06-09T12:26:42.943Z (5 months ago)
- Topics: cloud, digitalocean, hacktoberfest, hashicorp, infrastructure-as-code, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
- Size: 24.2 MB
- Stars: 534
- Watchers: 17
- Forks: 299
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-tf - terraform-provider-digitalocean - Provider for DigitalOcean. (Providers / Vendor supported providers)
README
DigitalOcean Terraform Provider
==================
- Documentation: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Requirements
------------
- [Terraform](https://developer.hashicorp.com/terraform/install) 0.10+
- [Go](https://go.dev/doc/install) 1.14+ (to build the provider plugin)
Building The Provider
---------------------
Clone repository to: `$GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean`
```sh
$ 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
```sh
$ cd $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean
$ make build
```
Using the provider
----------------------
See the [DigitalOcean Provider documentation](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs) to get started using the DigitalOcean provider.
Developing the Provider
---------------------------
See [CONTRIBUTING.md](./CONTRIBUTING.md) for information about contributing to this project.