terraform-provider-grafana
terraform-provider-grafana copied to clipboard
[Docs]: Update Docs for `grafana_machine_learning_alert`
Update the Docs for grafana_machine_learning_alert to clarify usage.
- Specify that one of
job_idoroutlier_idis required - Specify that
anomaly_conditioncan only be used withjob_id - Specify the acceptable values for
anomaly_conditionone ofany,high,lowand what each does. - Specify the acceptable values for
no_data_stateone ofAlerting,NoDataorOK - Correct Import Example to show Format:
Import ID must be in the format '/(jobs|outliers)/<jobID>/alerts/<alertID>' - Correct
outlier_id (String) The forecast this alert belongs to.tooutlier_id (String) The outlier this alert belongs to.