We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b97aa commit b8b358fCopy full SHA for b8b358f
sumologic/resource_sumologic_dashboard.go
@@ -948,7 +948,7 @@ func getTimeRangeBoundary(tfRangeBoundary map[string]interface{}) interface{} {
948
}
949
950
func getTopologyLabel(tfTopologyLabel map[string]interface{}) *TopologyLabel {
951
- if items := tfTopologyLabel["data"].([]interface{}); len(items) > 0 {
+ if items := tfTopologyLabel["data"].([]interface{}); len(items) == 1 {
952
labelMap := make(map[string][]string)
953
for _, item := range items {
954
dataItem := item.(map[string]interface{})
0 commit comments