https://github.com/travisjeffery/datadog-terraform-example
Managing Datadog with Terraform example
https://github.com/travisjeffery/datadog-terraform-example
Last synced: 9 months ago
JSON representation
Managing Datadog with Terraform example
- Host: GitHub
- URL: https://github.com/travisjeffery/datadog-terraform-example
- Owner: travisjeffery
- Created: 2017-08-24T07:44:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T07:51:31.000Z (over 8 years ago)
- Last Synced: 2025-03-27T20:25:49.952Z (10 months ago)
- Language: HCL
- Homepage: http://twitter.com/travisjeffery
- Size: 1.95 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [Install Terraform](https://www.terraform.io/downloads.html)
- Run the following:
``` sh
$ git clone https://github.com/travisjeffery/datadog-terraform-example.git
$ cd datadog-terraform-example
$ terraform init
$ terraform plan # You'll be asked to input your Datadog API and APP keys
$ terraform apply
```
## License
MIT
---
- [travisjeffery.com](http://travisjeffery.com)
- GitHub [@travisjeffery](https://github.com/travisjeffery)
- Twitter [@travisjeffery](https://twitter.com/travisjeffery)
- Medium [@travisjeffery](https://medium.com/@travisjeffery)