diff --git a/docs/data-sources/stream.md b/docs/data-sources/stream.md
index 6650a55a..421c0535 100644
--- a/docs/data-sources/stream.md
+++ b/docs/data-sources/stream.md
@@ -25,3 +25,5 @@ Use this data source to retrieve information about an existing stream for use in
- `id` (String) The ID of this resource.
- `stream_name` (String)
- `stream_query` (String) Stream query
+
+
diff --git a/docs/resources/dashboard.md b/docs/resources/dashboard.md
index b43c1e00..bcf011f7 100644
--- a/docs/resources/dashboard.md
+++ b/docs/resources/dashboard.md
@@ -159,6 +159,7 @@ Required:
Optional:
+- `alerts_list_panel` (Block Set) A dashboard panel to view a list of your alerts and their status (see [below for nested schema](#nestedblock--group--alerts_list_panel))
- `chart` (Block Set) (see [below for nested schema](#nestedblock--group--chart))
- `service_health_panel` (Block Set) A dashboard panel to view the health of your services (see [below for nested schema](#nestedblock--group--service_health_panel))
- `text_panel` (Block List) (see [below for nested schema](#nestedblock--group--text_panel))
@@ -168,6 +169,62 @@ Read-Only:
- `id` (String) The ID of this resource.
+
+### Nested Schema for `group.alerts_list_panel`
+
+Optional:
+
+- `filter_by` (Block Set, Max: 1) a list of predicates that are implicitly ANDed together to filter alerts (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by))
+- `height` (Number)
+- `name` (String)
+- `panel_options` (Block Set, Max: 1) custom options for the service health panel (see [below for nested schema](#nestedblock--group--alerts_list_panel--panel_options))
+- `width` (Number)
+- `x_pos` (Number)
+- `y_pos` (Number)
+
+Read-Only:
+
+- `id` (String) The ID of this resource.
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by`
+
+Optional:
+
+- `predicate` (Block Set) a single predicate (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by--predicate))
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by.predicate`
+
+Optional:
+
+- `label` (Block Set) Labels can be key/value pairs or standalone values. (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by--predicate--label))
+- `operator` (String)
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by.predicate.label`
+
+Required:
+
+- `value` (String)
+
+Optional:
+
+- `key` (String)
+
+
+
+
+
+### Nested Schema for `group.alerts_list_panel.panel_options`
+
+Optional:
+
+- `sort_by` (String)
+- `sort_direction` (String)
+
+
+
### Nested Schema for `group.chart`
diff --git a/docs/resources/metric_dashboard.md b/docs/resources/metric_dashboard.md
index 69d249a9..b0efc334 100644
--- a/docs/resources/metric_dashboard.md
+++ b/docs/resources/metric_dashboard.md
@@ -199,6 +199,7 @@ Required:
Optional:
+- `alerts_list_panel` (Block Set) A dashboard panel to view a list of your alerts and their status (see [below for nested schema](#nestedblock--group--alerts_list_panel))
- `chart` (Block Set) (see [below for nested schema](#nestedblock--group--chart))
- `service_health_panel` (Block Set) A dashboard panel to view the health of your services (see [below for nested schema](#nestedblock--group--service_health_panel))
- `text_panel` (Block List) (see [below for nested schema](#nestedblock--group--text_panel))
@@ -208,6 +209,62 @@ Read-Only:
- `id` (String) The ID of this resource.
+
+### Nested Schema for `group.alerts_list_panel`
+
+Optional:
+
+- `filter_by` (Block Set, Max: 1) a list of predicates that are implicitly ANDed together to filter alerts (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by))
+- `height` (Number)
+- `name` (String)
+- `panel_options` (Block Set, Max: 1) custom options for the service health panel (see [below for nested schema](#nestedblock--group--alerts_list_panel--panel_options))
+- `width` (Number)
+- `x_pos` (Number)
+- `y_pos` (Number)
+
+Read-Only:
+
+- `id` (String) The ID of this resource.
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by`
+
+Optional:
+
+- `predicate` (Block Set) a single predicate (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by--predicate))
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by.predicate`
+
+Optional:
+
+- `label` (Block Set) Labels can be key/value pairs or standalone values. (see [below for nested schema](#nestedblock--group--alerts_list_panel--filter_by--predicate--label))
+- `operator` (String)
+
+
+### Nested Schema for `group.alerts_list_panel.filter_by.predicate.label`
+
+Required:
+
+- `value` (String)
+
+Optional:
+
+- `key` (String)
+
+
+
+
+
+### Nested Schema for `group.alerts_list_panel.panel_options`
+
+Optional:
+
+- `sort_by` (String)
+- `sort_direction` (String)
+
+
+
### Nested Schema for `group.chart`
diff --git a/docs/resources/user_role_binding.md b/docs/resources/user_role_binding.md
index 5184cba1..8fadf038 100644
--- a/docs/resources/user_role_binding.md
+++ b/docs/resources/user_role_binding.md
@@ -94,3 +94,5 @@ resource "lightstep_user_role_binding" "proj_viewer" {
### Read-Only
- `id` (String) The ID of this resource.
+
+