square-coat-62279
12/14/2021, 11:28 AMpulumi preview -r && pulumi up -y --diff
same as
pulumi up -y --diff -r
?
What's the implication if we run pulumi up without --refresh?quiet-wolf-18467
--refresh
tells Pulumi to check if the resources under control have been modified outside of the Pulumi execution.--refresh
and someone has modified a resource via the UI, Pulumi may not notice the changesquare-coat-62279
12/14/2021, 1:30 PM