Skip to content

Commit b76960c

Browse files
committed
Add link to migration docs for alert_grouping_parameters deprecation
1 parent ff3b756 commit b76960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pagerduty/resource_pagerduty_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func resourcePagerDutyService() *schema.Resource {
7878
Optional: true,
7979
Computed: true,
8080
MaxItems: 1,
81-
Deprecated: "Use a resource `pagerduty_alert_grouping_setting` instead",
81+
Deprecated: "Use a resource `pagerduty_alert_grouping_setting` instead.\nFollow the migration guide at https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/alert_grouping_setting#migration-from-alert_grouping_parameters",
8282
ConflictsWith: []string{"alert_grouping", "alert_grouping_timeout"},
8383
Elem: &schema.Resource{
8484
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)