Feature Description
Currently, threshold configuration support in the newrelic_one_dashboard resource for widget_billboard is limited to critical and warning levels when defined via Terraform.
However, the New Relic UI supports multiple threshold states, including:
Good
Warning
Approaching Critical
Critical
Neutral
This creates a gap between what can be configured through the UI and what is currently possible through Terraform, limiting parity and preventing full dashboard configuration as code.
Additional context
The screenshots attached show the threshold options available in the New Relic UI.
Below is an example JSON configuration screenshot from an existing dashboard demonstrating the extended threshold support available in the UI:
This indicates that additional severity levels are supported internally but are not currently exposed through the Terraform resource schema.