grafana_organization_preferences (Resource)

Example Usage

resource "grafana_organization_preferences" "test" {
  theme      = "light"
  timezone   = "utc"
  week_start = "sunday"
}

Schema

Optional

Read-Only

Import

Import is supported using the following syntax:

terraform import grafana_organization_preferences.name "{{ orgID }}"