Hello everybody,
how can I tell pulumi to check the md5 hashsum of my file for a blob storage. The problem currently is that it is not recognizing that a file changed.
Cheers and thanks!
n
nice-guitar-97142
02/03/2020, 4:52 PM
Hmmm… it definitely should recognize a change. I actually had the opposite issue last week where I needed to “seed” the blob object (data protection key), but ignore any changes afterword. I was able to accomplish that using the
ignore
property of the opt’s arg
…and I just realized this conversation was continued in a different thread. disregard