Skip to content

Commit

Permalink
Add deprecation for alert_grouping_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgajard committed Oct 7, 2024
1 parent ab22d41 commit 25034f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagerduty/resource_pagerduty_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func resourcePagerDutyService() *schema.Resource {
Optional: true,
Computed: true,
MaxItems: 1,
Deprecated: "Use a resource `pagerduty_alert_grouping_setting` instead",
ConflictsWith: []string{"alert_grouping", "alert_grouping_timeout"},
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 25034f4

Please sign in to comment.