This message was deleted.
# general
s
This message was deleted.
🤣 2
d
it's annoying isn't it, I almost wrote a question about it earlier then I managed to get out troubles :D
😅 2
a
Yes it is. Today we had couple of cases when it would be much easier to have it as String
There are helper methods like Output.concat but the still return Output object which isn't reachable outside custom provider
d
I usually solve with pulumi.all (...).apply(...) are there any better ways?
a
Not any I would be aware of.
But .apply doesn't help with printing stuff in
___main___.py
👍 1
r
Does
.apply(lambda x: print(x))
not work for that?