Anyone else seeing this behavior? pulumi refresh ...
# google-cloud
p
Anyone else seeing this behavior? pulumi refresh is completely different than pulumi up --refresh
i
without looking at the docs that makes sense to me intuitively.
pulumi refresh
only updates your state file to match the actual environment, i.e. it's for resolving configuration drift.
pulumi up
is for updating the environment based on pulumi configuration. my assumption is that
pulumi up
--refresh is the same as
pulumi up
but with a
pulumi refresh
first