https://pulumi.com logo
w

witty-diamond-30724

07/19/2021, 6:50 PM
Hello everyone. I use Pulumi with go lang programing provider. I have a stack reference doubt. Is it possible to interpolate the result into a string? Example, arn of a bucket would like to interpolate a StringOuput with another word, of type string.
b

billowy-army-68599

07/19/2021, 8:01 PM
yes this is possible, but you need to use
interpolate
or
ApplyT
2 Views