fixup! Support for Librato Alerts and Services

This commit is contained in:
Anthony Stanton 2016-08-31 17:26:39 +02:00
parent 83d4a71423
commit 2b2920ba80
No known key found for this signature in database
GPG Key ID: 42253AF31A97E303
1 changed files with 1 additions and 0 deletions

View File

@ -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