Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:04:38.000Z (about 1 month ago)
- Last Synced: 2024-10-29T17:13:14.414Z (about 1 month 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: 22.8 MB
- Stars: 508
- Watchers: 19
- Forks: 278
- Open Issues: 115
-
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 [email protected]: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.