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: Unexpected status code: 400: {
"code" : 400,
"message" : "Open ended range not allowed"
}
on main.tf line 1, in resource "signalfx_single_value_chart" "generic_gauge_chart":
1: resource "signalfx_single_value_chart" "generic_gauge_chart" {
When trying to create a signalfx_single_value_chart with the following attributes:
I get the following error:
I noticed this case is not covered by your test (https://github.com/splunk-terraform/terraform-provider-signalfx/blob/c6041ba5f36e51f22b68b63c96650a91d06a9f5c/signalfx/resource_signalfx_single_value_chart_test.go) in version 6.7.3.
The text was updated successfully, but these errors were encountered: