terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Add a data source for branch protection rules.

Open galargh opened this issue 3 years ago • 0 comments

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

galargh avatar Jun 28 '22 10:06 galargh