pulumi/pkg/resource/deploy
joeduffy 7e48e8726b Add (back) component outputs
This change adds back component output properties.  Doing so
requires splitting the RPC interface for creating resources in
half, with an initial RegisterResource which contains all of the
input properties, and a final CompleteResource which optionally
contains any output properties synthesized by the component.
2017-11-20 17:38:09 -08:00
..
plan.go Track resources that are pending deletion in checkpoints. 2017-10-18 17:09:00 -07:00
plan_apply.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
plan_test.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
snapshot.go Encrypt secrets in Pulumi.yaml 2017-10-24 16:48:12 -07:00
source.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
source_eval.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
source_fixed.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
source_null.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
step.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
target.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00