grafana_annotation (Resource)

Example Usage

resource "grafana_annotation" "test" {
  text = "basic text"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

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