pulumi/pkg/resource/deploy
joeduffy 40747a94bf Merge inputs with outputs
For Update and Delete operations, we provided just the input state
for a resource.  This is insufficient, because the provider may need
to depend on output state from the Create or prior Update operations.
This change merges the output atop the input during the step application.
2017-07-21 14:00:30 -07:00
..
plan.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
plan_apply.go Catch duplicate URNs during planning 2017-06-27 13:04:06 -07:00
plan_test.go Return state as part of Create and Update¬ 2017-07-21 14:00:29 -07:00
progress.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
snapshot.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
source.go Catch duplicate URNs during planning 2017-06-27 13:04:06 -07:00
source_eval.go Catch duplicate URNs during planning 2017-06-27 13:04:06 -07:00
source_fixed.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
source_null.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
step.go Merge inputs with outputs 2017-07-21 14:00:30 -07:00
target.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00