Skip to content

Commit 8f9f1f7

Browse files
committed
fixing status string array
1 parent 411c08e commit 8f9f1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func resourceToMonitorsLibraryMonitor(d *schema.ResourceData) MonitorsLibraryMon
389389
IsLocked: d.Get("is_locked").(bool),
390390
IsSystem: d.Get("is_system").(bool),
391391
IsDisabled: d.Get("is_disabled").(bool),
392-
Status: d.Get("status").(string),
392+
Status: d.Get("status").([]string),
393393
GroupNotifications: d.Get("group_notifications").(bool),
394394
}
395395
}

0 commit comments

Comments
 (0)