You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing issues with v2.4 of datadog module when trying to create dashboards, it fails on some elements when running terraform apply but doing one by one works.
Also, it works great with Datadog module v2.2.
Hey @adoux thanks for the issue report, apologies for the trouble here. It looks like you're hitting the issue that was recently fixed with the following PRs:
These should be released with the next version of the provider. In the meantime, with version 2.4, its required that the interval and facet sections be explicitly set with dashboards that have an APM or Log Query section
Hi,
We are experiencing issues with v2.4 of datadog module when trying to create dashboards, it fails on some elements when running
terraform apply
but doing one by one works.Also, it works great with Datadog module v2.2.
Thanks in advance for your help !
Terraform Version
Terraform v0.12.9
Affected Resource(s)
datadog_dashboard (at least)
Terraform Configuration Files
Debug Output
https://gist.github.com/adoux/37d4ee73cf1a6d0e532f9b66a5cc467b
Panic Output
on a previous run :
https://gist.github.com/adoux/37d4ee73cf1a6d0e532f9b66a5cc467b#file-crash-log
Expected Behavior
Dashboard should have been created
Actual Behavior
Crash
Steps to Reproduce
terraform apply
Important Factoids
terraform apply -target=<specific_dashboard>
works even if it failed on the same dashboard during globalterraform apply
References
No reference
The text was updated successfully, but these errors were encountered: