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
Error: Unsupported block type
on dashboard_ecs.tf line 116, in resource "datadog_dashboard" "ecs_cluster":
116: axis {
Blocks of type "axis" are not expected here.
Expected Behavior
axis block is supported by the timeseries_definition statement.
Actual Behavior
axis block is not supported by the timeseries_definition statement.
The text was updated successfully, but these errors were encountered:
Hi,
Either I am trying to use the
axis
block wrong or the timeseries_definition block does not support it.I would really appreciate some guidance from the more experienced out there. :)
Terraform Version
0.12.6
Datadog provider version
2.2.0
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
axis
block is supported by the timeseries_definition statement.Actual Behavior
axis
block is not supported by the timeseries_definition statement.The text was updated successfully, but these errors were encountered: