Skip to content

Commit 798b2ec

Browse files
nkzouhestonhoffman
andauthored
Update datadog/data_source_datadog_integration_pagerduty_service_object.go
Co-authored-by: Heston Hoffman <[email protected]>
1 parent 73224b2 commit 798b2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog/data_source_datadog_integration_pagerduty_service_object.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
func dataSourceDatadogIntegrationPagerdutySO() *schema.Resource {
1717
return &schema.Resource{
18-
Description: "Use this data source to retrieve individual Service Objects of Datadog - PagerDuty integrations. Note that the Datadog - PagerDuty integration must be activated in the Datadog UI in order for this resource to be usable.",
18+
Description: "Use this data source to retrieve individual Service Objects of Datadog PagerDuty integrations. Note that the Datadog PagerDuty integration must be activated in the Datadog UI in order for this resource to be usable.",
1919
ReadContext: dataSourceDatadogIntegrationPagerdutySORead,
2020

2121
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)