cloudflare_notification_policy_webhooks (Resource)

Provides a resource, that manages a webhook destination. These destinations can be tied to the notification policies created for Cloudflare's products.

Example Usage

resource "cloudflare_notification_policy_webhooks" "example" {
  account_id = "f037e56e89293a057740de681ac9abbe"
  name       = "Webhooks destination"
  url        = "https://example.com"
  secret     = "my-secret"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_notification_policy_webhooks.example <account_id>/<notification_webhook_id>