mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
core: Fix destroy factory in data source refresh expander
This commit is contained in:
parent
b807505d55
commit
7b1618efde
@ -40,7 +40,7 @@ func (n *NodeRefreshableDataResource) DynamicExpand(ctx EvalContext) (*Graph, er
|
||||
a.Config = n.Config
|
||||
|
||||
return &NodeDestroyableDataResource{
|
||||
NodeAbstractResource: n.NodeAbstractResource,
|
||||
NodeAbstractResource: a,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user