terraform: re-enable shadow tests

This commit is contained in:
Mitchell Hashimoto 2016-10-19 15:09:01 -07:00
parent 51e90cd641
commit a89dcfd1b1
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

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