Skip to content

Commit

Permalink
feat: allow branch protection check app_id to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQueenIsDead committed Dec 11, 2022
1 parent 5298eb7 commit 52166bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github/resource_github_branch_protection_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func resourceGithubBranchProtectionV3() *schema.Resource {
"app_id": {
Type: schema.TypeInt,
Optional: true,
Default: -1,
},
},
},
Expand Down

0 comments on commit 52166bc

Please sign in to comment.