Skip to content

Commit

Permalink
Update copy to include dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmurclar committed Sep 8, 2020
1 parent 3270b0e commit 07488e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Datadog to Terraform Converter
Converts Datadog monitor JSON into Terraform alarm code.

Converts Datadog monitor and dashboard JSON into Terraform alarm code.

## Installation

[Chrome Extension](https://chrome.google.com/webstore/detail/datadog-to-terraform-conv/lafmglpipgongjmbbjngmboifpaodemk) | [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/datadog-to-terraform-converter/)

## How to Use
1. Create your monitor (but don't save) in the Datadog UI and copy the monitor JSON.
1. Open the extension, fill in the resource name and paste in the monitor JSON.

1. Create your monitor or dashboard in the Datadog UI and copy the JSON.
1. Open the extension, fill in the resource name and paste in the JSON.
1. Paste the resulting code into your terraform file and run `terraform fmt` (you can automate this with editor plugins)

And that's it.

Click to enlarge:
![](http://g.recordit.co/Bk7jSES5E7.gif)

****
---

## Contributing

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](CONTRIBUTING.md) explains development setup and the release process.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Datadog-to-Terraform Converter",
"version": "2.1",
"description": "Converts Datadog monitor JSON into Terraform alarm code.",
"version": "3.0",
"description": "Converts Datadog resource JSON into Terraform alarm code.",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
Expand Down

0 comments on commit 07488e3

Please # to comment.