pagerduty_event_orchestration

Event Orchestrations allow you define a set of Event Rules, so that when you ingest events using the Orchestration's Routing Key your events will be routed to the correct Global and/or Service Orchestration, based on the event's content.

Example of configuring an Event Orchestration

resource "pagerduty_team" "engineering" {
  name = "Engineering"
}

resource "pagerduty_event_orchestration" "my_monitor" {
  name = "My Monitoring Orchestration"
  description = "Send events to a pair of services"
  team = pagerduty_team.engineering.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

EventOrchestrations can be imported using the id, e.g.

$ terraform import pagerduty_event_orchestration.main 19acac92-027a-4ea0-b06c-bbf516519601