Converts Datadog monitor JSON into Terraform alarm code.
Chrome Extension | Firefox Add-on
- Create your monitor (but don't save) in the Datadog UI and copy the monitor JSON.
- Open the extension, fill in the resource name and paste in the monitor JSON.
- Paste the resulting code into your terraform file and run
terraform fmt
(you can automate this with editor plugins)
And that's it.
We'd love for folks to contribute! Feel free to add your own ideas or take a look at the issues for inspiration. The Contributing Guide explains development setup and the release process.