terraform: fixup a merge issue

We forgot to wrap some changes from the old branch into the new style
pull/11426/head
Mitchell Hashimoto 9 years ago
parent 1427075005
commit 86cbcff962
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -143,7 +143,9 @@ func (b *PlanGraphBuilder) init() {
b.ConcreteResource = func(a *NodeAbstractResource) dag.Vertex {
return &NodePlannableResource{
NodeAbstractResource: a,
NodeAbstractCountResource: &NodeAbstractCountResource{
NodeAbstractResource: a,
},
}
}

Loading…
Cancel
Save