Use this data source to get information about a specific business service.
data "pagerduty_business_service" "example" {
name = "My Service"
}
The following arguments are supported:
name
- (Required) The business service name to use to find a business service in the PagerDuty API.id
- The ID of the found business service.name
- The short name of the found business service.type
- The type of object. The value returned will be business_service
. Can be used for passing to a service dependency.