Skip to content

Commit ce42517

Browse files
committed
fixed status computed field
1 parent 68b6efb commit ce42517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ func resourceSumologicMonitorsLibraryMonitor() *schema.Resource {
199199
"status": {
200200
Type: schema.TypeList,
201201
Optional: true,
202+
Computed: true,
202203
Elem: &schema.Schema{
203204
Type: schema.TypeString,
204205
},

0 commit comments

Comments
 (0)