You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github_branch_protection_v3 is created successfully.
Actual Behaviour
╷
│ Error: PUT https://api.github.com/repos/BeamOps/book/branches/main/protection: 422 Invalid request.
│
│ No subschema in"anyOf" matched.
│ For 'properties/checks', nil is not an array.
│ Not all subschemas of "allOf" matched.
│ For 'anyOf/1', {"strict"=>true, "contexts"=>["Lint Code Base"], "checks"=>nil} is not a null. []
│
│ with github_branch_protection_v3.main,
│ on main.tf line 48, in resource "github_branch_protection_v3""main":
│ 48: resource "github_branch_protection_v3""main" {
│
╵
Steps to Reproduce
1. `terraform apply`
Important Factoids
None
References
None
The text was updated successfully, but these errors were encountered:
@TheQueenIsDead is right; I'm going to close this. Please subscribe to the other issue(s) for updates, and I'll make time to review the proposed fix in #1415 soon.
Terraform Version
Affected Resource
Terraform Configuration Files
Debug Output
https://gist.githubusercontent.com/gilacost/91ed474e824d1efe21881bde22e8cd97/raw/0750a86e2ddb9b45ef9962fa74f2d2ad3fbf247d/tf.log
Panic Output
None
Expected Behaviour
github_branch_protection_v3
is created successfully.Actual Behaviour
Steps to Reproduce
Important Factoids
None
References
None
The text was updated successfully, but these errors were encountered: