pagerduty_standards_resource_scores

Use this data source to get information about the scores for the standards for many resources.

Example Usage

data "pagerduty_service" "foo" {
  name = "foo"
}

data "pagerduty_service" "bar" {
  name = "bar"
}

data "pagerduty_service" "baz" {
  name = "baz"
}

data "pagerduty_standards_resources_scores" "scores" {
  resource_type = "technical_services"

  ids = [
    data.pagerduty_service.foo.id,
    data.pagerduty_service.bar.id,
    data.pagerduty_service.baz.id,
  ]
}

Argument Reference

The following arguments are supported:

Attributes Reference

Resource (resources) is a map with following attributes: