Added EvalIgnoreChanges on diffApply.

This commit is contained in:
David Harris 2016-02-02 15:23:25 -07:00
parent bb4c58a683
commit d95ab75565
1 changed files with 4 additions and 0 deletions

View File

@ -438,6 +438,10 @@ func (n *graphNodeExpandedResource) EvalTree() EvalNode {
State: &state,
Output: &diffApply,
},
&EvalIgnoreChanges{
Resource: n.Resource,
Diff: &diffApply,
},
// Get the saved diff
&EvalReadDiff{