check method in Dynamic Provider accepts as params...
# general
t
check method in Dynamic Provider accepts as params oldOutputs: MyResourceProviderOutputs, newInputs: MyResourceProviderInputs as diff method?
w
No -
check
gets passed "old inputs" and "new inputs", whereas
diff
gets passed "old outputs" and "new checked inputs" (the inputs returned from
check
).
t
Oh, right, it is described there! I was looking at it and couldn't see, thanks Luke!