fixup! Support for Librato Alerts and Services
This commit is contained in:
parent
83d4a71423
commit
2b2920ba80
|
@ -141,6 +141,7 @@ func resourceLibratoServiceReadResult(d *schema.ResourceData, service *librato.S
|
|||
d.Set("id", *service.ID)
|
||||
d.Set("type", *service.Type)
|
||||
d.Set("title", *service.Title)
|
||||
settings, _ := resourceLibratoServicesFlatten(service.Settings)
|
||||
d.Set("settings", settings)
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue