Skip to content

Commit

Permalink
[terraform][query table widget] Description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hyungl committed Sep 26, 2024
1 parent a0b7646 commit 5065b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog/resource_datadog_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -4492,13 +4492,13 @@ func getQueryTableRequestSchema() map[string]*schema.Schema {
},
},
"text_formats": {
Description: "Text formats define how to format text in table widget. This resource is in beta and is subject to change.",
Description: "Text formats define how to format text in table widget content. This resource is in beta and is subject to change.",
Type: schema.TypeList,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"text_format": {
Description: "The text format to apply to the items in the table widget.",
Description: "The text format to apply to the items in a table widget column.",
Type: schema.TypeList,
Optional: true,
Elem: &schema.Resource{
Expand Down

0 comments on commit 5065b40

Please sign in to comment.