Skip to content

Commit e6a9d99

Browse files
committed
update comment for "coloring_rule"
1 parent 0b2f18b commit e6a9d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func resourceSumologicDashboard() *schema.Resource {
132132
ValidateFunc: validation.StringInSlice([]string{"Light", "Dark"}, true),
133133
Default: "Light",
134134
},
135-
// TODO Do we need this field in terraform?
135+
// TODO: This field is NOT supported. Remove it.
136136
"coloring_rule": {
137137
Type: schema.TypeList,
138138
Optional: true,

0 commit comments

Comments
 (0)