mirror of https://github.com/pulumi/pulumi.git
74ffbfd9ba
The changes in #4004 caused old provider configuration to be used even when a provider was different between inputs and outputs, in the case that the diff returned DiffUnkown. To better handle that case, we compute a more accurate (but still conservative) DiffNone or DiffSome so that we can ensure we conservatively update to a new provider when needed, but retain the performance benefit of not creating and configuring a new provider as much as possible. Part of https://github.com/pulumi/pulumi-aws/issues/814. |
||
---|---|---|
.. | ||
deploytest | ||
providers | ||
builtins.go | ||
plan.go | ||
plan_executor.go | ||
plan_test.go | ||
snapshot.go | ||
source.go | ||
source_error.go | ||
source_eval.go | ||
source_eval_test.go | ||
source_fixed.go | ||
source_null.go | ||
source_query.go | ||
source_query_test.go | ||
step.go | ||
step_executor.go | ||
step_generator.go | ||
step_generator_test.go | ||
target.go |