Skip to content

Commit 86a59fd

Browse files
update urgency docs for pagerduty_slack_connection
1 parent b76960c commit 86a59fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)