Skip to content

Commit

Permalink
Merge branch 'main' into brooke.template-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent authored Nov 26, 2024
2 parents f074a94 + 13413c7 commit 9ffcd4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 9ffcd4d

Please sign in to comment.