Skip to content

Commit

Permalink
documentation suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzou committed Sep 15, 2023
1 parent 6eb9fe2 commit 3a54d58
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
8 changes: 4 additions & 4 deletions datadog/resource_datadog_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -6290,7 +6290,7 @@ func getFormulaSchema() *schema.Schema {
"count": {
Type: schema.TypeInt,
Optional: true,
Description: "The number of results to return",
Description: "The number of results to return.",
},
"order": {
Type: schema.TypeString,
Expand Down Expand Up @@ -6331,7 +6331,7 @@ func getFormulaSchema() *schema.Schema {
"palette": {
Type: schema.TypeString,
Optional: true,
Description: "The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors",
Description: "The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.",
},
"palette_index": {
Type: schema.TypeInt,
Expand Down Expand Up @@ -6692,14 +6692,14 @@ func getFormulaQuerySchema() *schema.Schema {
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
Description: "The slo query using formulas and functions.",
Description: "The SLO query using formulas and functions.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"data_source": {
Type: schema.TypeString,
Required: true,
ValidateDiagFunc: validators.ValidateEnumValue(datadogV1.NewFormulaAndFunctionSLODataSourceFromValue),
Description: "The data source for slo queries.",
Description: "The data source for SLO queries.",
},
"slo_id": {
Type: schema.TypeString,
Expand Down
Loading

0 comments on commit 3a54d58

Please sign in to comment.