github_branch_protection_rules

Use this data source to retrieve a list of repository branch protection rules.

Example Usage

data "github_branch_protection_rules" "example" {
  repository = "example"
}

Argument Reference

The following arguments are supported:

Attribute Reference