pagerduty_escalation_policy

Use this data source to get information about a specific escalation policy that you can use for other PagerDuty resources.

Example Usage

data "pagerduty_escalation_policy" "test" {
  name = "Engineering Escalation Policy"
}

resource "pagerduty_service" "test" {
  name                    = "My Web App"
  auto_resolve_timeout    = 14400
  acknowledgement_timeout = 600
  escalation_policy       = data.pagerduty_escalation_policy.test.id
}

Argument Reference

The following arguments are supported:

Attributes Reference