From 45eac80a3adb47a36d2bcd63883cda63675022e4 Mon Sep 17 00:00:00 2001 From: "adam.burvill" Date: Fri, 5 Jan 2024 12:32:55 -0800 Subject: [PATCH] Allow user to send traces_list as a display_type --- lightstep/resource_dashboard.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lightstep/resource_dashboard.go b/lightstep/resource_dashboard.go index daa55967..b6b778d5 100644 --- a/lightstep/resource_dashboard.go +++ b/lightstep/resource_dashboard.go @@ -29,6 +29,7 @@ func getUnifiedQuerySchemaMap() map[string]*schema.Schema { "scatter_plot", "ordered_list", "table", + "traces_list", }, false), }, // See https://github.com/hashicorp/terraform-plugin-sdk/issues/155