Skip to content

Commit 52b6a0c

Browse files
Merge pull request #947 from cjgajard/alert-grouping-setting-migration-msg
Add link to migration docs in alert_grouping_parameters deprecation
2 parents bd578f0 + 86a59fd commit 52b6a0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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{

website/docs/r/slack_connection.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ The following arguments are supported:
8080
- `incident.status_update_published`
8181
- `incident.reopened`
8282
* `priorities` - (Optional) Allows you to filter events by priority. Needs to be an array of PagerDuty priority IDs. Available through [pagerduty_priority](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/data-sources/priority) data source.
83-
- When omitted or set to an empty array (`[]`) in the configuration for a Slack Connection, its default behaviour is to set `priorities` to `No Priority` value.
83+
- When omitted or set to an empty array (`[]`) in the configuration for a Slack Connection, its default behavior is to set `priorities` to `No Priority` value.
8484
- When set to `["*"]` its corresponding value for `priorities` in Slack Connection's configuration will be `Any Priority`.
85-
* `urgency` - (Optional) Allows you to filter events by urgency. Either `high` or `low`.
85+
* `urgency` - (Optional) Allows you to filter events by urgency. Either `high`, `low` or `null` for Any urgency. Default is `null`.
8686

8787
## Attributes Reference
8888

0 commit comments

Comments
 (0)