wihan/dev

docs /clerk / resources

markdown
browse the clerk docs

clerk_webhook (Resource)

The Svix webhook integration of the instance. This is a singleton: create enables Svix, destroy disables it. Clerk has no read endpoint for it, so the provider cannot see dashboard drift. Manage the webhook endpoints themselves in the Svix dashboard.

Example Usage

# Enable the Svix webhook integration for the instance. Manage the
# webhook endpoints themselves in the Svix dashboard.
resource "clerk_webhook" "this" {}

Schema

Read-Only

  • id (String) Instance id.
  • svix_url (String, Sensitive) Short-lived Svix dashboard login URL from the enable call. It embeds a login key and expires quickly; generate a fresh one in the Clerk dashboard when needed.