github_repository_webhooks

Use this data source to retrieve webhooks for a given repository.

Example Usage

To retrieve webhooks of a repository:

data "github_repository_webhooks" "repo" {
  repository = "foo"
}

Attributes Reference


The webhook block consists of: