Home
Softono

Terraform Provider Datadog

Open source MPL-2.0 Go
451
Stars
433
Forks
377
Issues
521
Watchers
2 months
Last Commit

 About Terraform Provider Datadog

Terraform Datadog provider

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Terraform Provider Datadog?

We provide expert installation service for this software. Our team will install, configure, and secure Terraform Provider Datadog on your server. plans start at just $30.

Terraform Provider Datadog

View on GitHub

Datadog Terraform Provider

Requirements

Building The Provider

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 [email protected]: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.

Using the provider

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.