Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 774 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 774 Bytes

Managing Datadog with Terraform example

Shows how to use Terraform to manage Datadog:

  • Create monitors
  • Create timeboards and graphs
  • Share queries and thresholds across monitors and graphs

How to run:

$ git clone https://github.com/JungYoungseok/datadog-terraform-example
$ cd datadog-terraform-example
$ terraform init
$ terraform plan # You'll be asked to input your Datadog API and APP keys
$ terraform apply

License

MIT