honeycombio_email_recipient
allows you to define and manage an Email recipient that can be used by Triggers or BurnAlerts notifications.
resource "honeycombio_email_recipient" "alerts" {
address = "alerts@example.com"
}
The following arguments are supported:
address
- (Required) The email address to send the notification to.In addition to all arguments above, the following attributes are exported:
id
- The ID of the recipient.Email Recipients can be imported by their ID, e.g.
$ terraform import honeycombio_email_recipient.my_recipient nx2zsegA0dZ