- Website: https://registry.terraform.io/providers/DataDog/datadog/latest
- Documentation: https://registry.terraform.io/providers/DataDog/datadog/latest/docs
- Terraform website: https://www.terraform.io
- Support
- Terraform >= 0.12.x
Clone repository to: $GOPATH/src/github.com/DataDog/terraform-provider-datadog
$ mkdir -p $GOPATH/src/github.com/DataDog; cd $GOPATH/src/github.com/DataDog
$ git clone git@github.com:DataDog/terraform-provider-datadog
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/DataDog/terraform-provider-datadog
$ make build
Note: For contributions created from forks, the repository should still be cloned under the $GOPATH/src/github.com/DataDog/terraform-provider-datadog
directory to allow the provided make
commands to properly run, build, and test this project.
If you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init
to initialize it.
Further usage documentation is available on the Terraform website.