Skip to content

Commit

Permalink
update urgency docs for pagerduty_slack_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Nov 4, 2024
1 parent b76960c commit 86a59fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/slack_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ The following arguments are supported:
- `incident.status_update_published`
- `incident.reopened`
* `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.
- 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.
- 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.
- When set to `["*"]` its corresponding value for `priorities` in Slack Connection's configuration will be `Any Priority`.
* `urgency` - (Optional) Allows you to filter events by urgency. Either `high` or `low`.
* `urgency` - (Optional) Allows you to filter events by urgency. Either `high`, `low` or `null` for Any urgency. Default is `null`.

## Attributes Reference

Expand Down

0 comments on commit 86a59fd

Please sign in to comment.