mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
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
Block a user