Merge pull request #4965 from dharrisio/fix-diffs-didnt-match-during-apply

core: "diffs didn't match during apply" error message.
This commit is contained in:
James Nugent 2016-02-02 18:19:25 -05:00
commit 5748487af9
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{