dd2tf
dd2tf copied to clipboard
Export DataDog configuration to Terraform
🐛 `ris-aew-hdc` is an example. The Datadog docs now show this type of ID as well: https://docs.datadoghq.com/api/?lang=python#get-a-dashboard ### Actual Behaviour ``` ./dd2tf dashboards --ids ris-aew-hdc invalid argument "ris-aew-hdc" for "--ids"...
Creates a Docker image for dd2tf so it can be built and ran on a host which doesn't have Go installed (but of course does have Docker installed). Also includes...
attribute no_data_timeframe is not exported with the monitor template. Terraform will now try to restore to the defaumt no_data_timeframe = 10
dd2f is exporting resources with the datadog id as name ``` resource "datadog_monitor" "123" { } ``` Terraform v12 doesn`t allow a name to start with a digit. ``` :...
Timeboards seemed to export fine, though without the query part of it. The problem is when exporting screenboards I get an error: ``` $ DATADOG_API_KEY=XXX DATADOG_APP_KEY=XXX ./dd2tf screenboards --ids 123...