diff --git a/internal/stacks/stackruntime/apply.go b/internal/stacks/stackruntime/apply.go index 1af2733b15..33e78f44ec 100644 --- a/internal/stacks/stackruntime/apply.go +++ b/internal/stacks/stackruntime/apply.go @@ -59,7 +59,8 @@ func Apply(ctx context.Context, req *ApplyRequest, resp *ApplyResponse) { req.Config, req.RawPlan, stackeval.ApplyOpts{ - ProviderFactories: req.ProviderFactories, + ProviderFactories: req.ProviderFactories, + ExperimentsAllowed: req.ExperimentsAllowed, }, outp, )