alert_renotify#

Send a notification once every frequency_minutes minutes if any events come in to any issues.

Inputs#

Name

Description

Type

Default

Required

append_to_name

A string to append to the name of this alert

string

null

no

conditions

A list of conditions that determine if a rule fires. Available conditions are described here: https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/alert#conditions-5 . The values for the ‘match’ attribute are described here in the Sentry source code, and as far as I (Dan) can tell, nowhere else: getsentry/sentry

list(any)

null

no

environment_name

Name of the environment for which to trigger the alert

string

n/a

yes

filter_match

A string determining which filters need to be true before any actions take place. Required when a value is provided for filters. Valid values are: all, any, and none.

string

"any"

no

frequency_minutes

How often to perform the actions once for an issue, in minutes. The valid range is 5 to 43200.

number

n/a

yes

notes

Text to show alongside the notification. To @ a user, include their user id like @<USER_ID>. To include a clickable link, format the link and title like <http://example.com|Click Here>.

string

null

no

organization_slug

The organization (slug) in which to provision this alert

string

n/a

yes

project_slug

Trigger the alert for this project (slug)

string

n/a

yes

slack_status_channel

Slack channel to notify when the alert goes off. Must begin with ‘#’

string

n/a

yes

tags

Tags to include in the notification

set(string)

null

no

This page was last modified on .