honeycombio_slack_recipient
allows you to define and manage a Slack channel or user recipient that can be used by Triggers or BurnAlerts notifications.
resource "honeycombio_slack_recipient" "alerts" {
channel = "#alerts"
}
The following arguments are supported:
channel
- (Required) The Slack channel or username to send the notification to. Must begin with #
or @
.In addition to all arguments above, the following attributes are exported:
id
- The ID of the recipient.Slack Recipients can be imported by their ID, e.g.
$ terraform import honeycombio_slack_recipient.my_recipient nx2zsegA0dZ