pulumi/pkg/backend
Chris Smith 6f6fca7592
Export resource change counts from engine (#823)
This PR exports the aggregate resource changes for update and destroy operations. We'll use this information in #636 when summarizing previous updates.

I initially started with a new struct that had fields like `Created`, `Deleted`, `Unchanged`, etc. But it became cumbersome with the seven different type of resource operations we perform. So instead went with the more flexible `map[deploy.StepOp]int`.
2018-01-20 19:15:19 -08:00
..
cloud Fix false-positives in login verification (#825) 2018-01-20 19:11:38 -08:00
local Export resource change counts from engine 2018-01-20 12:07:03 -08:00
state Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
backend.go Surface update options to the service (#806) 2018-01-18 11:10:15 -08:00
stack.go Surface update options to the service (#806) 2018-01-18 11:10:15 -08:00