integrations / integrations/terraform-provider-github
[BUG]: github_branch_protection_v3 - invalid bypass_pull_request_allowances
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
### Expected Behavior
I expect an empty bypass_pull_request_allowances to do nothing. I set it in a module, so i need the block to be there and contain values sometimes.
### Actual Behavior
empty bypass_pull_request_allowances results in an error saying "Error: invalid bypass_pull_request_allowances" when running apply.
### Terraform Version
OpenTofu v1.9.0
on darwin_arm64
+ provider registry.opentofu.org/integrations/github v6.6.0
### Affected Resource(s)
- github_branch_protection_v3
### Terraform Configuration Files
```hcl
```
### Steps to Reproduce
_No response_
### Debug Output
```shell
```
### Panic Output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.