grafana_oncall_escalation_chain (Resource)

Example Usage

resource "grafana_oncall_escalation_chain" "default" {
  provider = grafana.oncall
  name     = "default"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

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