Skip to content

Commit

Permalink
remove color validation
Browse files Browse the repository at this point in the history
  • Loading branch information
srjames90 committed Jun 24, 2024
1 parent f377727 commit 2173d00
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lightstep/resource_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ func getThresholdSchema() map[string]*schema.Schema {
"color": {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringInSlice([]string{
"#AA3018",
"#B67D0C",
"#3C864F",
"#1B7BBB",
"#DC7847",
"#78469B",
"#37A2AE",
"#B03B7F",
"#1F40C1",
"#8B7255",
"#826CEF",
"#D56DD5",
"#6699CC",
}, false),
},
"label": {
Type: schema.TypeString,
Expand Down

0 comments on commit 2173d00

Please sign in to comment.