pagerduty_event_orchestrations

Use this data source to get information as a list about specific Global Event Orchestrations filtered by a Regular Expression provided.

Example Usage

resource "pagerduty_event_orchestration" "tf_orch_a" {
  name = "Test Event A Orchestration"
}

resource "pagerduty_event_orchestration" "tf_orch_b" {
  name = "Test Event B Orchestration"
}

data "pagerduty_event_orchestrations" "tf_my_monitor" {
  name_filter = ".*Orchestration$"
}

Argument Reference

The following arguments are supported:

Attributes Reference