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