digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider

Home Page:https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigitalOcean Terraform Provider

Requirements

  • Terraform 0.10.x
  • 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.

About

Terraform DigitalOcean provider

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

License:Mozilla Public License 2.0


Languages

Language:Go 99.7%Language:Shell 0.2%Language:Makefile 0.1%