https://pulumi.com logo
#python
Title
# python
s

swift-machine-98066

09/20/2023, 6:56 PM
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

cuddly-nightfall-71097

09/22/2023, 10:23 AM
I use
print()
🤷‍♂️