terraform: re-enable shadow tests
This commit is contained in:
parent
51e90cd641
commit
a89dcfd1b1
|
@ -435,7 +435,7 @@ func (c *Context) Apply() (*State, error) {
|
|||
}
|
||||
|
||||
// Walk the graph
|
||||
walker, err := c.walk(real, real, operation)
|
||||
walker, err := c.walk(real, shadow, operation)
|
||||
if len(walker.ValidationErrors) > 0 {
|
||||
err = multierror.Append(err, walker.ValidationErrors...)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue