Use this data source to get information about a specific service_integration.
data "pagerduty_service_integration" "example" {
service_name = "My Service"
integration_summary = "Datadog"
}
The following arguments are supported:
service_name
- (Required) The service name to use to find a service in the PagerDuty API.integration_summary
- (Required) The integration summary used to find the desired integration on the service.integration_key
- The integration key for the integration. This can be used to configure alerts.