mirror of https://github.com/pulumi/pulumi.git
6f6fca7592
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`. |
||
---|---|---|
.. | ||
cloud | ||
local | ||
state | ||
backend.go | ||
stack.go |