terraform: add better logging

This commit is contained in:
Mitchell Hashimoto 2014-07-03 12:32:00 -07:00
parent 0298b47fd8
commit 175e455999
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ func (c *Context) validateWalkFn(rws *[]string, res *[]error) depgraph.WalkFunc
return nil
}
log.Printf("[INFO] Validating resource: %s", rn.Resource.Id)
ws, es := rn.Resource.Provider.ValidateResource(
rn.Type, rn.Resource.Config)
for i, w := range ws {