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
The documentation for signalfx_single_value_chart includes information for how to change the color of the displayed value when color_by = "Scale" is selected however this does not seem to be working.
Here is my terraform code snippet that has the problem:
The error message I get when I run terraform plan is:
Error: Unsupported argument
on main.tf line 79, in resource "signalfx_single_value_chart" "tfchart_06":
79: color_scale = [ { gte = 85, color = "red" }, { lt = 85, color = "green" } ]
An argument named "color_scale" is not expected here. Did you mean to define a
block of type "color_scale"?
Based on the documentation it looks like my syntax is correct. The version of Terraform I'm using is
The documentation for signalfx_single_value_chart includes information for how to change the color of the displayed value when color_by = "Scale" is selected however this does not seem to be working.
Here is my terraform code snippet that has the problem:
The error message I get when I run
terraform plan
is:Based on the documentation it looks like my syntax is correct. The version of Terraform I'm using is
Is the problem on my end or does the documentation need to be updated? Thank you.
The text was updated successfully, but these errors were encountered: