Skip to content

Commit

Permalink
Increase max
Browse files Browse the repository at this point in the history
  • Loading branch information
bcronin committed Feb 8, 2024
1 parent e010bb1 commit aae5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightstep/resource_metric_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func getChartSchema(chartSchemaType ChartSchemaType) map[string]*schema.Schema {
Type: schema.TypeString,
Description: "Subtitle to show beneath big number, unused in other chart types",
Optional: true,
ValidateFunc: validation.StringLenBetween(0, 37),
ValidateFunc: validation.StringLenBetween(0, 256),
},
},
)
Expand Down

0 comments on commit aae5b64

Please sign in to comment.