resource "grafana_oncall_escalation_chain" "default" {
provider = grafana.oncall
name = "default"
}
name
(String) The name of the escalation chain.team_id
(String) The ID of the OnCall team. To get one, create a team in Grafana, and navigate to the OnCall plugin (to sync the team with OnCall). You can then get the ID using the grafana_oncall_team
datasource.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import grafana_oncall_escalation_chain.name "{{ id }}"