diff --git a/internal/rpcapi/stacks.go b/internal/rpcapi/stacks.go index 55664e8aaa..80393eaa12 100644 --- a/internal/rpcapi/stacks.go +++ b/internal/rpcapi/stacks.go @@ -353,6 +353,7 @@ func (s *stacksServer) ApplyStackChanges(req *terraform1.ApplyStackChanges_Reque rtReq := stackruntime.ApplyRequest{ Config: cfg, ProviderFactories: providerFactories, + RawPlan: req.PlannedChanges, } rtResp := stackruntime.ApplyResponse{ AppliedChanges: changesCh,