core: Actually read provider schema for data resources
We were passing the pointer into EvalReadDataDiff here, but because it was not also passed to EvalGetProvider it was just always nil.
This commit is contained in:
parent
01a19e18ea
commit
5281afcc07
|
@ -161,6 +161,7 @@ func (n *NodeRefreshableDataResourceInstance) EvalTree() EvalNode {
|
|||
&EvalGetProvider{
|
||||
Addr: n.ResolvedProvider,
|
||||
Output: &provider,
|
||||
Schema: &providerSchema,
|
||||
},
|
||||
|
||||
&EvalReadDataDiff{
|
||||
|
|
Loading…
Reference in New Issue