Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Technobeats opened this issue Nov 12, 2019 · 0 comments
Open

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

Technobeats opened this issue Nov 12, 2019 · 0 comments

Comments

@Technobeats
Copy link
Contributor

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.
@Technobeats Technobeats mentioned this issue Nov 12, 2019
amnk added a commit that referenced this issue Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant