Skip to content

Commit

Permalink
Merge pull request #35356 from hashicorp/b-stacks-apply-variables-not…
Browse files Browse the repository at this point in the history
…-passed
  • Loading branch information
DanielMSchmidt authored Jun 19, 2024
2 parents 3ddd97f + c57f709 commit 3aa8e43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/stacks/stackruntime/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 3aa8e43

Please sign in to comment.