grafana_machine_learning_holiday (Resource)

A holiday describes time periods where a time series is expected to behave differently to normal.

To use a holiday in a job, use its id in the holidays attribute of a grafana_machine_learning_job:

resource "grafana_machine_learning_job" "test_job" {
  ...
  holidays = [
    grafana_machine_learning_holiday.my_holiday.id
  ]
}

Schema

Required

Optional

Read-Only

Nested Schema for custom_periods

Required:

Optional:

Import

Import is supported using the following syntax:

terraform import grafana_machine_learning_holiday.name "{{ id }}"