We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Merge pull request #24 from Technobeats/master
77dfec9
Issue #23
No branches or pull requests
dd2f is exporting resources with the datadog id as name
Terraform v12 doesn`t allow a name to start with a digit.
The text was updated successfully, but these errors were encountered: