From 2b2920ba80cf805b7fb780ff02dff129a5ffdb59 Mon Sep 17 00:00:00 2001 From: Anthony Stanton Date: Wed, 31 Aug 2016 17:26:39 +0200 Subject: [PATCH] fixup! Support for Librato Alerts and Services --- builtin/providers/librato/resource_librato_service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/librato/resource_librato_service.go b/builtin/providers/librato/resource_librato_service.go index 6556676679..786d8c7d8e 100644 --- a/builtin/providers/librato/resource_librato_service.go +++ b/builtin/providers/librato/resource_librato_service.go @@ -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