pagerduty_event_orchestration_global_cache_variable

Use this data source to get information about a specific Cache Variable for a Global Event Orchestration.

Example Usage

resource "pagerduty_event_orchestration" "event_orchestration" {
  name = "Test Event Orchestration"
}

data "pagerduty_event_orchestration_global_cache_variable" "cache_variable" {
  event_orchestration = pagerduty_event_orchestration.event_orchestration.id
  name = "example_cache_variable"
}

Argument Reference

The following arguments are supported:

Attributes Reference