diff --git a/internal/stacks/stackruntime/apply.go b/internal/stacks/stackruntime/apply.go index a819d3e82068..4f91374025c9 100644 --- a/internal/stacks/stackruntime/apply.go +++ b/internal/stacks/stackruntime/apply.go @@ -60,8 +60,9 @@ func Apply(ctx context.Context, req *ApplyRequest, resp *ApplyResponse) { req.Config, req.RawPlan, stackeval.ApplyOpts{ - ProviderFactories: req.ProviderFactories, - ExperimentsAllowed: req.ExperimentsAllowed, + InputVariableValues: req.InputValues, + ProviderFactories: req.ProviderFactories, + ExperimentsAllowed: req.ExperimentsAllowed, }, outp, )