Skip to content

Commit

Permalink
fixed status computed field
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanbhad committed Sep 29, 2020
1 parent 68b6efb commit ce42517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sumologic/resource_sumologic_monitors_library_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func resourceSumologicMonitorsLibraryMonitor() *schema.Resource {
"status": {
Type: schema.TypeList,
Optional: true,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit ce42517

Please sign in to comment.