st4n
Results
1
comments of
st4n
@balusarakesh if you don't need to enable checks, then you can try to provide `null` instead of an empty list. ``` resource "github_branch_protection_v3" "example" { repository = github_repository.example.name branch =...