terraform-provider-github
terraform-provider-github copied to clipboard
Add a data source for branch protection rules.
Resolves #1206
Description
This PR adds a data source for branch protection rules. Given a repository name, it returns a list of branch protection rules associated with that repository.
I added a markdown entry which describes how to configure the new data source.
Testing
- [x]
TF_ACC=1 go test -v ./... -run ^ TestAccGithubBranchProtectionRulesDataSource