GoogleCloudPlatform / terraformer

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Apache License 2.0
12.09k stars 1.6k forks source link

Fix Datadog Downtime in Terraformer #1882

Open cameres opened 3 weeks ago

cameres commented 3 weeks ago

Adds support back for using terraformer to terraform datadog downtime. Datadog downtime now uses a different id string rather than the existing integer. Stacks on #1875.

cameres commented 3 weeks ago

@sergeylanzman mind looking at an additional datadog resource when you have a minute? Might be better to review https://github.com/GoogleCloudPlatform/terraformer/pull/1875 first.