pulumi/pkg/resource
Fraser Waters 72381ba976 Fix inconsistency in calling DiffConfig
Diff/DiffConfig is currently always called with the old outputs and new inputs,
except for this one case in step_generator where we called DiffConfig
with the old inputs instead of old outputs.

For providers inputs and outputs are always the same (Configure doesn't
allow providers to return any properties, so the engine enforces that
outputs=inputs) so using inputs or outputs here doesn't have any effect,
but less confusing to not have this inconsistency.
2023-06-01 11:45:35 +01:00
..
analyzer all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
deploy Fix inconsistency in calling DiffConfig 2023-06-01 11:45:35 +01:00
edit all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
graph all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
provider all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
stack Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00