terraform: add better logging
This commit is contained in:
parent
0298b47fd8
commit
175e455999
|
@ -460,6 +460,7 @@ func (c *Context) validateWalkFn(rws *[]string, res *[]error) depgraph.WalkFunc
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Printf("[INFO] Validating resource: %s", rn.Resource.Id)
|
||||||
ws, es := rn.Resource.Provider.ValidateResource(
|
ws, es := rn.Resource.Provider.ValidateResource(
|
||||||
rn.Type, rn.Resource.Config)
|
rn.Type, rn.Resource.Config)
|
||||||
for i, w := range ws {
|
for i, w := range ws {
|
||||||
|
|
Loading…
Reference in New Issue