core: run ProvisionerTransformer during plan
This makes sure the graph is complete for validation
This commit is contained in:
parent
0b710792a8
commit
a2c76a28f5
|
@ -106,6 +106,7 @@ func (b *PlanGraphBuilder) Steps() []GraphTransformer {
|
|||
&RootVariableTransformer{Config: b.Config},
|
||||
|
||||
&MissingProvisionerTransformer{Provisioners: b.Components.ResourceProvisioners()},
|
||||
&ProvisionerTransformer{},
|
||||
|
||||
// Add module variables
|
||||
&ModuleVariableTransformer{
|
||||
|
|
Loading…
Reference in New Issue