whats the best way to print out the contains of a ...
# python
s
whats the best way to print out the contains of a file that i'm reading in? I have tried pulumi.log.debug(file_data) and print(file_data) when I do a preview nothing gets logged
c
I use
print()
🤷‍♂️