diff --git a/terraform/context.go b/terraform/context.go index b9214f84c..06eef4300 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{