mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 20:30:28 -06:00
Added EvalIgnoreChanges on diffApply.
This commit is contained in:
parent
bb4c58a683
commit
d95ab75565
@ -438,6 +438,10 @@ func (n *graphNodeExpandedResource) EvalTree() EvalNode {
|
||||
State: &state,
|
||||
Output: &diffApply,
|
||||
},
|
||||
&EvalIgnoreChanges{
|
||||
Resource: n.Resource,
|
||||
Diff: &diffApply,
|
||||
},
|
||||
|
||||
// Get the saved diff
|
||||
&EvalReadDiff{
|
||||
|
Loading…
Reference in New Issue
Block a user