terraform: more logging

This commit is contained in:
Mitchell Hashimoto 2014-07-07 21:12:21 -07:00
parent d3d45ca064
commit 5263306f1f
1 changed files with 1 additions and 0 deletions

View File

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