amnk / dd2tf

Export DataDog configuration to Terraform
99 stars 39 forks source link

Terraform v12doesn`t allow naming to start with a digit #23

Open Technobeats opened 4 years ago

Technobeats commented 4 years ago

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.

: resource "datadog_monitor" "123" {

A name must start with a letter and may contain only letters, digits,
underscores, and dashes.