Hey everyone! Just got started with pulumi (and ty...
# typescript
c
Hey everyone! Just got started with pulumi (and typescript), so sorry if this is a dumb question. When doing a
pulumi up --diff
I get stuff like
cloudfrontDistUrl: "<http://xxxxxxxx.cloudfront.net|xxxxxxxx.cloudfront.net>" => output<string>
. Is there a way to make that
output<string>
show the real output?