Skip to content

Commit 2b2920b

Browse files
committed
fixup! Support for Librato Alerts and Services
1 parent 83d4a71 commit 2b2920b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builtin/providers/librato/resource_librato_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func resourceLibratoServiceReadResult(d *schema.ResourceData, service *librato.S
141141
d.Set("id", *service.ID)
142142
d.Set("type", *service.Type)
143143
d.Set("title", *service.Title)
144+
settings, _ := resourceLibratoServicesFlatten(service.Settings)
144145
d.Set("settings", settings)
145146

146147
return nil

0 commit comments

Comments
 (0)