From aae5b6428de7eb6514f0d732b2dc0b22eddcd0e7 Mon Sep 17 00:00:00 2001 From: bcronin Date: Thu, 8 Feb 2024 14:03:29 -0800 Subject: [PATCH 1/2] Increase max --- lightstep/resource_metric_dashboard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightstep/resource_metric_dashboard.go b/lightstep/resource_metric_dashboard.go index 27fd119c..91418679 100644 --- a/lightstep/resource_metric_dashboard.go +++ b/lightstep/resource_metric_dashboard.go @@ -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), }, }, ) From abb4bd7b8c135ceeb38a440f1312f502493289d4 Mon Sep 17 00:00:00 2001 From: bcronin Date: Mon, 4 Mar 2024 11:22:27 -0800 Subject: [PATCH 2/2] Bump version --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index c4981c2e..4508c5c2 100644 --- a/.go-version +++ b/.go-version @@ -1,2 +1,2 @@ -1.91.5 +1.91.6