Skip to content

Commit

Permalink
feat(Board, SLO): Bump up max number of SLOs on a board to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Nov 25, 2024
1 parent 7a00056 commit 13adbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeycombio/resource_board.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ See [Graph Settings](https://docs.honeycomb.io/working-with-your-data/graph-sett
Type: schema.TypeSet,
Optional: true,
Description: "An SLO to added to the board.",
MaxItems: 6,
MaxItems: 24,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"id": {
Expand Down

0 comments on commit 13adbb1

Please sign in to comment.