You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
Copy file name to clipboardExpand all lines: website/docs/r/slack_connection.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ The following arguments are supported:
80
80
-`incident.status_update_published`
81
81
-`incident.reopened`
82
82
*`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.
84
84
- 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`.
0 commit comments