mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
commit
5748487af9
@ -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