Datadog-to-Terraform Converter
Converts Datadog resource JSON into Terraform alarm code.
What is Datadog-to-Terraform Converter?
Datadog-to-Terraform Converter is a Chrome extension developed by laurmurclar, and its main feature is "Converts Datadog resource JSON into Terraform alarm code.".
Extension Screenshots
Download Datadog-to-Terraform Converter Extension CRX File
Download Datadog-to-Terraform Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How to Use 1. Create your monitor or dashboard in the Datadog UI and copy the JSON. 2. Open the extension, fill in the resource name and paste in the JSON. 3. Paste the resulting code into your terraform file and run `terraform fmt` (you can automate this with editor plugins) And that's it.
Extension Basic Information
Name | Datadog-to-Terraform Converter |
ID | lafmglpipgongjmbbjngmboifpaodemk |
Official URL | https://chromewebstore.google.com/detail/datadog-to-terraform-conv/lafmglpipgongjmbbjngmboifpaodemk |
Description | Converts Datadog resource JSON into Terraform alarm code. |
File Size | 21.28 KB |
Installation Count | 2,154 |
Current Version | 3.9.0 |
Last Updated | 2023-06-23 |
Publish Date | 2020-06-10 |
Rating | 4.33/5 Total 6 Ratings |
Developer | laurmurclar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/laurmurclar/datadog-to-terraform |
Help Page URL | https://github.com/laurmurclar/datadog-to-terraform |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Datadog-to-Terraform Converter", "version": "3.9.0", "description": "Converts Datadog resource JSON into Terraform alarm code.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |