Skip to main content

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

ResourceManages
webhookr_projectA project.
webhookr_endpointAn endpoint within a project.
webhookr_destinationA 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.