diff --git a/terraform/context.go b/terraform/context.go index 57b209d59a..318778fd4f 100644 --- a/terraform/context.go +++ b/terraform/context.go @@ -578,6 +578,7 @@ func (c *Context) planDestroyWalkFn(result *Plan) depgraph.WalkFunc { func (c *Context) refreshWalkFn() depgraph.WalkFunc { cb := func(r *Resource) error { if r.State.ID == "" { + log.Printf("[DEBUG] %s: Not refreshing, ID is empty", r.Id) return nil }