Skip to content

Commit

Permalink
Merge pull request #4965 from dharrisio/fix-diffs-didnt-match-during-…
Browse files Browse the repository at this point in the history
…apply

core: "diffs didn't match during apply" error message.
  • Loading branch information
jen20 committed Feb 2, 2016
2 parents bb4c58a + d95ab75 commit 5748487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/transform_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ func (n *graphNodeExpandedResource) EvalTree() EvalNode {
State: &state,
Output: &diffApply,
},
&EvalIgnoreChanges{
Resource: n.Resource,
Diff: &diffApply,
},

// Get the saved diff
&EvalReadDiff{
Expand Down

0 comments on commit 5748487

Please sign in to comment.