Skip to content

Commit

Permalink
Add changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyungl committed Sep 24, 2024
1 parent 5eef67b commit 296747e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5182,6 +5182,7 @@ Optional:
- `query` (Block List) (see [below for nested schema](#nestedblock--widget--group_definition--widget--query_table_definition--request--query))
- `rum_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--query_table_definition--request--rum_query))
- `security_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--query_table_definition--request--security_query))
- `text_formats` (List of List of Object) Text formats define how to format text in table widget. This resource is in beta and is subject to change.

<a id="nestedblock--widget--group_definition--widget--query_table_definition--request--apm_query"></a>
### Nested Schema for `widget.group_definition.widget.query_table_definition.request.apm_query`
Expand Down Expand Up @@ -8441,6 +8442,7 @@ Optional:
- `query` (Block List) (see [below for nested schema](#nestedblock--widget--group_definition--widget--split_graph_definition--source_widget_definition--query_table_definition--request--query))
- `rum_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--split_graph_definition--source_widget_definition--query_table_definition--request--rum_query))
- `security_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--split_graph_definition--source_widget_definition--query_table_definition--request--security_query))
- `text_formats` (List of List of Object) Text formats define how to format text in table widget. This resource is in beta and is subject to change.

<a id="nestedblock--widget--group_definition--widget--split_graph_definition--source_widget_definition--query_table_definition--request--apm_query"></a>
### Nested Schema for `widget.group_definition.widget.split_graph_definition.source_widget_definition.query_table_definition.request.apm_query`
Expand Down Expand Up @@ -16912,6 +16914,7 @@ Optional:
- `query` (Block List) (see [below for nested schema](#nestedblock--widget--query_table_definition--request--query))
- `rum_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--query_table_definition--request--rum_query))
- `security_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--query_table_definition--request--security_query))
- `text_formats` (List of List of Object) Text formats define how to format text in table widget. This resource is in beta and is subject to change.

<a id="nestedblock--widget--query_table_definition--request--apm_query"></a>
### Nested Schema for `widget.query_table_definition.request.apm_query`
Expand Down Expand Up @@ -20171,6 +20174,7 @@ Optional:
- `query` (Block List) (see [below for nested schema](#nestedblock--widget--split_graph_definition--source_widget_definition--query_table_definition--request--query))
- `rum_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--split_graph_definition--source_widget_definition--query_table_definition--request--rum_query))
- `security_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--split_graph_definition--source_widget_definition--query_table_definition--request--security_query))
- `text_formats` (List of List of Object) Text formats define how to format text in table widget. This resource is in beta and is subject to change.

<a id="nestedblock--widget--split_graph_definition--source_widget_definition--query_table_definition--request--apm_query"></a>
### Nested Schema for `widget.split_graph_definition.source_widget_definition.query_table_definition.request.apm_query`
Expand Down Expand Up @@ -27196,4 +27200,4 @@ Import is supported using the following syntax:

```shell
terraform import datadog_dashboard.my_service_dashboard sv7-gyh-kas
```
```
3 changes: 2 additions & 1 deletion docs/resources/powerpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2944,6 +2944,7 @@ Optional:
- `query` (Block List) (see [below for nested schema](#nestedblock--widget--query_table_definition--request--query))
- `rum_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--query_table_definition--request--rum_query))
- `security_query` (Block List, Max: 1) The query to use for this widget. (see [below for nested schema](#nestedblock--widget--query_table_definition--request--security_query))
- `text_formats` (List of List of Object) Text formats define how to format text in table widget. This resource is in beta and is subject to change.

<a id="nestedblock--widget--query_table_definition--request--apm_query"></a>
### Nested Schema for `widget.query_table_definition.request.apm_query`
Expand Down Expand Up @@ -7632,4 +7633,4 @@ Import is supported using the following syntax:

```shell
terraform import datadog_powerpack.foo 11111111-2222-3333-4444-555555555555
```
```

0 comments on commit 296747e

Please sign in to comment.