Hi, how would I implement a preview of changes for a dynamic resource? We have a dynamic resource provider that writes content to files, when calling
pulumi preview --diff
I would like to see the specific lines in the file that have changed.
For anyone interested in this, I was able to reproduce that this worked correctly out of the box for previous versions of Pulumi. I have submitted a bug ticket here, https://github.com/pulumi/pulumi/issues/12738.