diff --git a/terraform/node_resource_plan.go b/terraform/node_resource_plan.go index b53484cf9..4bde0b17c 100644 --- a/terraform/node_resource_plan.go +++ b/terraform/node_resource_plan.go @@ -21,6 +21,8 @@ func (n *NodePlannableResource) EvalTree() EvalNode { // With the interpolated count, we can then DynamicExpand // into the proper number of instances. &EvalInterpolate{Config: n.Config.RawCount}, + + &EvalCountFixZeroOneBoundary{Resource: n.Config}, }, } }