This message was deleted.
# general
s
This message was deleted.
b
did you try
pulumi up --diff
?
i
Yes, that's pretty opaque. What I wish it looked like was something along these lines:
Copy code
+ Load Balancer - one-line of properties
- Server - one-line of old properties
~ Security Group - one-line of changed properties
Maybe even a table
i know it's impossible to represent all properties, but we need something that's more clear and more usable from a reporting standpoint
w
What I wish it looked like was something along these lines
What you describe is effectively the display from a normal
pulumi up
:
Copy code
~   └─ aws:s3:Bucket     my-bucket       update     [diff: +serverSideEncryptionConfiguration]
(from for example https://www.pulumi.com/docs/get-started/aws/deploy-changes/) Is that what you are looking for? Is it just that you want that to be available from
pulumi preview
?
i
No, since I can't explain it, you can't implement it. I'll table this until I have a clearer vision of what I'm hoping for.