Use this data source to retrieve all webhooks of the organization.
To retrieve all webhooks of the organization:
data "github_organization_webhooks" "all" {}
webhooks
- An Array of GitHub Webhooks. Each webhook
block consists of the fields documented below.The webhook
block consists of:
id
- the ID of the webhook.type
- the type of the webhook.name
- the name of the webhook.url
- the url of the webhook.active
- true
if the webhook is active.