hi all! `pulumi preview` vs `pulumi preview -dif...
# general
c
hi all!
pulumi preview
vs
pulumi preview -diff
- we are doing resource retention with the
retainonDelete
option. We noticed that when just using
preview
we see the flag that says
retain
. But same stack and command with the
-diff
flag doesn't show
retain
- is this just a UI/presentation issue? We are just concerned about a different outcome and what's actually going to happen
l
Yes. UI only. What does it say when you use
--diff
?
c
getting screen caps from the engineer
is this by design?
quick demo we did
l
Probably not by design. Probably the requirement to change the diff output wasn't added, when they added the option.
You could raise an issue in GitHub.
1