echoing-postman-88590
04/12/2021, 1:51 PMOutput.concat("date >/tmp/data; echo ", vm.name, " >/tmp/out")
, but I get <pulumi.output.Output object at 0x7f947407e1c0>
any ideas? Thanksbumpy-summer-9075
04/12/2021, 4:04 PMconcat
method.apply
red-match-15116
04/12/2021, 4:37 PMOutput
does have a concat
method, in python. However, concat
also returns an Output
, and I’m guessing you’re trying to print
the result of the concat
- is that right?interpolate
is the typescript version of concat
) - but the underlying concepts are the same: https://pulumi-community.slack.com/archives/C84L4E3N1/p1617752754269000echoing-postman-88590
04/12/2021, 4:45 PM.apply method but no success
red-match-15116
04/12/2021, 4:46 PMechoing-postman-88590
04/12/2021, 4:48 PMprint
as in function but an expansion to string