mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: fixup a merge issue
We forgot to wrap some changes from the old branch into the new style
This commit is contained in:
parent
1427075005
commit
86cbcff962
@ -143,7 +143,9 @@ func (b *PlanGraphBuilder) init() {
|
|||||||
|
|
||||||
b.ConcreteResource = func(a *NodeAbstractResource) dag.Vertex {
|
b.ConcreteResource = func(a *NodeAbstractResource) dag.Vertex {
|
||||||
return &NodePlannableResource{
|
return &NodePlannableResource{
|
||||||
NodeAbstractResource: a,
|
NodeAbstractCountResource: &NodeAbstractCountResource{
|
||||||
|
NodeAbstractResource: a,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user