pulumi/pkg/resource/deploy
joeduffy 9174c7ffd3 Fix state snapshotting
We need to invoke the post-step event hook *after* updating the
state snapshots, so that it will write out the updated state.
We also need to re-serialize the snapshot again after we receive
updated output properties, otherwise they could be missing if this
happens to be the last resource (e.g., as in Stacks).
2017-11-29 08:36:04 -08:00
..
plan.go Track resources that are pending deletion in checkpoints. 2017-10-18 17:09:00 -07:00
plan_apply.go Fix state snapshotting 2017-11-29 08:36:04 -08:00
plan_test.go Bring back component outputs 2017-11-29 07:42:14 -08:00
snapshot.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
source.go Bring back component outputs 2017-11-29 07:42:14 -08:00
source_eval.go Bring back component outputs 2017-11-29 07:42:14 -08:00
source_fixed.go Bring back component outputs 2017-11-29 07:42:14 -08:00
source_null.go Bring back component outputs 2017-11-29 07:42:14 -08:00
step.go Bring back component outputs 2017-11-29 07:42:14 -08:00
target.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00