pulumi/pkg/resource/deploy
Lee Briggs b9f44813fb
Order secret outputs in stack references
When referencing `secretOutputNames` in from another stack, spurious
diffs can often be created because the secret output slice was not
ordered.

This PR orders the slice before it's added to the propertymap, ensuring
the order always remains the same
2020-04-23 15:57:20 -07:00
..
deploytest Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
providers Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
builtins.go Order secret outputs in stack references 2020-04-23 15:57:20 -07:00
plan.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
plan_executor.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
plan_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_error.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_eval.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_eval_test.go Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
source_fixed.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_null.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
step_executor.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step_generator.go Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
step_generator_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
target.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00