add OrphanOutputTransformer to the plan graph
make sure orphaned outputs appear in the plan as well
This commit is contained in:
parent
68b07a766a
commit
9283568dca
|
@ -84,6 +84,12 @@ func (b *PlanGraphBuilder) Steps() []GraphTransformer {
|
|||
Module: b.Module,
|
||||
},
|
||||
|
||||
// Create orphan output nodes
|
||||
&OrphanOutputTransformer{
|
||||
Module: b.Module,
|
||||
State: b.State,
|
||||
},
|
||||
|
||||
// Attach the configuration to any resources
|
||||
&AttachResourceConfigTransformer{Module: b.Module},
|
||||
|
||||
|
|
Loading…
Reference in New Issue