rpcapi: ApplyStackChanges must actually pass the plan to stackruntime

pull/34738/head
Martin Atkins 3 years ago
parent f1ceee5e69
commit e672cd8c28

@ -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,

Loading…
Cancel
Save