From 07488e3bdbc8739fe1794d8e5d7d3f493d7593fc Mon Sep 17 00:00:00 2001 From: Laura Murphy-Clarkin Date: Tue, 8 Sep 2020 10:45:45 +0100 Subject: [PATCH] Update copy to include dashboards --- README.md | 13 +++++++++---- manifest.json | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad86dd0..8842e25 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # 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. @@ -13,7 +17,8 @@ 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. diff --git a/manifest.json b/manifest.json index 359a3b1..a247a82 100644 --- a/manifest.json +++ b/manifest.json @@ -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"