Terraform Provider
The Webhookr Terraform provider manages Webhookr resources declaratively. It's the recommended way to provision endpoints and destinations consistently across environments. For the full guide, see the Terraform section.
Source
terraform {
required_providers {
webhookr = {
source = "forgers-tech/webhookr"
}
}
}
Managed resources
| Resource | Manages |
|---|---|
webhookr_project | A project. |
webhookr_endpoint | An endpoint within a project. |
webhookr_destination | A delivery target on an endpoint. |
Authentication
The provider authenticates with either an API token (WEBHOOKR_API_TOKEN) or a Firebase service account — one or the other, never both. See Authentication.