Skip to content

Commit

Permalink
fixup! Support for Librato Alerts and Services
Browse files Browse the repository at this point in the history
  • Loading branch information
elblivion committed Aug 31, 2016
1 parent ba6fbc6 commit 7cb1b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource_librato_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb1b85

Please sign in to comment.