This message was deleted.
# general
s
This message was deleted.
f
It should — it’ll use whatever would typically execute in a preview/up — curious what you’re seeing that suggests otherwise?
g
One sometimes unexpected behavior here is that
pulumi refresh
does not interact with your code, it only interacts with your state. Meaning if you've changed how you're authenticating with the provider, you will need to
up
first before
refresh
will be able to use your changes.
👍 1