grafana_service_account (Resource)

Note: This resource is available only with Grafana 9.1+.

Example Usage

resource "grafana_service_account" "admin" {
  name        = "admin sa"
  role        = "Admin"
  is_disabled = false
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

terraform import grafana_service_account.name "{{ id }}"
terraform import grafana_service_account.name "{{ orgID }}:{{ id }}"