Skip to content

Commit

Permalink
Added EvalIgnoreChanges on diffApply.
Browse files Browse the repository at this point in the history
  • Loading branch information
dharrisio committed Feb 2, 2016
1 parent bb4c58a commit d95ab75
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 d95ab75

Please sign in to comment.