mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 01:00:50 -04:00
Added EvalIgnoreChanges on diffApply.
This commit is contained in:
@@ -438,6 +438,10 @@ func (n *graphNodeExpandedResource) EvalTree() EvalNode {
|
||||
State: &state,
|
||||
Output: &diffApply,
|
||||
},
|
||||
&EvalIgnoreChanges{
|
||||
Resource: n.Resource,
|
||||
Diff: &diffApply,
|
||||
},
|
||||
|
||||
// Get the saved diff
|
||||
&EvalReadDiff{
|
||||
|
||||
Reference in New Issue
Block a user