Does Pulumi have something that's the equivalent o...
# general
b
Does Pulumi have something that's the equivalent of
terraform plan
? The closest I can think of is
pulumi preview -r -j
. Is that correct?
b
That’s correct, our model works slightly differently due to the async nature of outputs , but the command you show is very close to it
b
Thanks