terraform: more logging

pull/17/head
Mitchell Hashimoto 12 years ago
parent d3d45ca064
commit 5263306f1f

@ -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
}

Loading…
Cancel
Save