-
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
Add support to count in timeboard graphs #47
Comments
Count can't be applied to inner objects, so you'd need to create some object with a count and reference it in the timeboard resource. Offhand, I can't conceptualize how to make a data template work with this, but it might be doable. I think creating a new |
Seems like this could be solved using the [1] https://www.terraform.io/docs/configuration/expressions.html#dynamic-blocks |
Add example on constructing dynamic timeboards. Fixes DataDog#47, DataDog#64.
I've been experimenting with PRing the ability to add
count
to thedatadog_timeboard
graphs
in the same way you do terraform resources to make the below example work. I later found the majority of the count logic seems to live in the main terraform executable rather then in each provider so I found myself stuck.I feel this would be a useful feature. Is there another way to accomplish this? Or could someone point me in the right direction to put make the addition myself please?
Terraform Version
Terraform v0.11.2
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
What I'd like to accomplish.
The text was updated successfully, but these errors were encountered: