pulumi/pkg/resource/deploy
Pat Gavlin 5513f08669
Do not call Read in read steps with unknown IDs. (#1734)
This is consistent with the behavior prior to the introduction of Read
steps. In order to avoid a breaking change we must do this check in the
engine itself, which causes a bit of a layering violation: because IDs
are marshaled as raw strings rather than PropertyValues, the engine must
check against the marshaled form of an unknown directly (i.e.
`plugin.UnknownStringValue`).
2018-08-08 12:06:20 -07:00
..
deploytest Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
providers Fix deletes with duplicate URNs. (#1716) 2018-08-07 11:01:08 -07:00
plan.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
plan_executor.go Execute non-delete step chains in parallel (#1673) 2018-08-06 16:46:17 -07:00
snapshot.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_eval.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_eval_test.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_fixed.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_null.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_refresh.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
source_refresh_test.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
step.go Do not call Read in read steps with unknown IDs. (#1734) 2018-08-08 12:06:20 -07:00
step_executor.go Execute non-delete step chains in parallel (#1673) 2018-08-06 16:46:17 -07:00
step_generator.go Fix deletes with duplicate URNs. (#1716) 2018-08-07 11:01:08 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00