Resource: honeycombio_webhook_recipient

honeycombio_webhook_recipient allows you to define and manage a Webhook recipient that can be used by Triggers or BurnAlerts notifications.

Example Usage

resource "honeycombio_webhook_recipient" "prod" {
  name   = "Production Alerts"
  secret = "a63dab148496ecbe04a1a802ca9b95b8"
  url    = "https://my.url.corp.net"
}

Argument Reference

The following arguments are supported:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Import

Webhook Recipients can be imported by their ID, e.g.

$ terraform import honeycombio_webhook_recipient.my_recipient nx2zsegA0dZ