Datadog-to-Terraform Converter

Converts Datadog resource JSON into Terraform alarm code.

Что такое Datadog-to-Terraform Converter?

Datadog-to-Terraform Converter - это расширение Chrome, разработанное laurmurclar, и его основная функция - "Converts Datadog resource JSON into Terraform alarm code.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Datadog-to-Terraform Converter

Скачайте файлы расширений Datadog-to-Terraform Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Datadog-to-Terraform Converter Datadog-to-Terraform Converter
ID lafmglpipgongjmbbjngmboifpaodemk
Официальный URL https://chromewebstore.google.com/detail/datadog-to-terraform-conv/lafmglpipgongjmbbjngmboifpaodemk
Описание Converts Datadog resource JSON into Terraform alarm code.
Размер файла 21.28 KB
Количество установок 2,154
Текущая Версия 3.9.0
Последнее Обновление 2023-06-23
Дата публикации 2020-06-10
Рейтинг 4.33/5 Всего 6 оценок
Разработчик laurmurclar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/laurmurclar/datadog-to-terraform
URL страницы помощи https://github.com/laurmurclar/datadog-to-terraform
Поддерживаемые языки 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"
    }
}