-
Notifications
You must be signed in to change notification settings - Fork 383
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
Datadog Timeboard: Metadata key #61
Comments
+1 |
+1 |
+1 to the feature. |
Anyone looking into this? |
+1 |
2 similar comments
+1 |
+1 |
+111 |
+1 |
Hey folks, I'm working on this right now. As the first step, I opened a PR to add support to the go client library: zorkian/go-datadog-api#241 - implementing this in the provider should be pretty easy after that PR is accepted. |
So I seem to be running into an issue with complex nested structures handling in terraform while trying to implement this in the provider. Basically it seems I'm hitting [1]. I'm currently in discussion with Hasicorp folks to figure out a workable solution for this case. I'll keep this issue updated with the progress. Thanks for your patience everyone! [1] https://github.com/hashicorp/terraform/issues/6215 |
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Trying to take the JSON config from a dashboard I created in Datadog, and port it to HCL so that I can manage it with Terraform. It appears that the
metadata
key is not supported yet by this provider.The JSON config for Datadog is:
The text was updated successfully, but these errors were encountered: