https://pulumi.com logo
#general
Title
# general
a

adorable-gpu-98268

03/20/2022, 1:56 PM
What is the default behaviour of dynamic resources with regards to the
__provider
input? Should I be checking this in
diff
when I want to force a replacement when it’s changed?
e

echoing-dinner-19531

03/20/2022, 5:32 PM
Yes the system doesn't do any checking of
__provider
changes itself, it mostly just tries to pass in the latest version it can. But if you change provider but return no diff then the system won't run update to save the new provider code.
3 Views