I'd like to store some data in a state file for la...
# typescript
g
I'd like to store some data in a state file for later
diff
what would be the best way to do so? I was thinking about creating a dummy dynamic provider and let pulumi compare it's inputs. Is it there a better way of doing so?
s
what do you mean by later diff? have you considered putting the value in a Stack Output?
g
Stack outputs are extremely annoying and flood the wall of cli commands with text. I went forward with a dynamic provider. It can give me a nice diff