Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gposton committed Nov 21, 2019
1 parent dba4292 commit 50c1b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/resource_github_team_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func resourceGithubTeamRepository() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Default: "pull",
ValidateFunc: validateValueFunc([]string{"pull", "push", "admin", "maintain"}),
ValidateFunc: validateValueFunc([]string{"pull", "push", "admin", "maintain", "triage"}),
},
"etag": {
Type: schema.TypeString,
Expand Down

0 comments on commit 50c1b64

Please sign in to comment.