pagerduty_standards_resource_scores

Use this data source to get information about the scores for the standards of a resource.

Example Usage

data "pagerduty_service" "example" {
  name = "My Service"
}

data "pagerduty_standards_resource_scores" "scores" {
    resource_type = "technical_services"
    id = data.pagerduty_service.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

Score (score) is a map with following attributes:

Standards (standards) is a list of objects that support the following: