Yelp / terraform-provider-signalform

SignalForm is a terraform provider to codify SignalFx detectors, charts and dashboards
Apache License 2.0
44 stars 26 forks source link

Use Float instead of Int for Heatmap Thresholds #1

Closed nhandler closed 6 years ago

nhandler commented 6 years ago

Per https://developers.signalfx.com/reference#section-colorscale , Heatmap thresholds can be specified as a Double. Since there is no schema.TypeDouble, let's use a schema.TypeFloat instead.