From a49875067df982616e53e804bbbea74705c68090 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 21 Feb 2017 20:35:36 -0800 Subject: [PATCH] terraform: extra logging --- terraform/context.go | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/context.go b/terraform/context.go index b9214f84ca..06eef4300c 100644 --- a/terraform/context.go +++ b/terraform/context.go @@ -207,6 +207,7 @@ func (c *Context) Graph(typ GraphType, opts *ContextGraphOpts) (*Graph, error) { opts = &ContextGraphOpts{Validate: true} } + log.Printf("[INFO] terraform: building graph: %s", typ) switch typ { case GraphTypeApply: return (&ApplyGraphBuilder{