Skip to content

Commit

Permalink
Add all-builds to schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlyheden committed Feb 22, 2022
1 parent 2882e1b commit 47838b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/xray/resource_xray_watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func resourceXrayWatch() *schema.Resource {
"type": {
Type: schema.TypeString,
Required: true,
Description: "Type of resource to be watched. Options: `all-repos`, `repository`, `build`, `project`, `all-projects`.",
ValidateDiagFunc: inList("all-repos", "repository", "build", "project", "all-projects"),
Description: "Type of resource to be watched. Options: `all-repos`, `repository`, `all-builds`, `build`, `project`, `all-projects`.",
ValidateDiagFunc: inList("all-repos", "repository", "all-builds", "build", "project", "all-projects"),
},
"bin_mgr_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit 47838b6

Please sign in to comment.