https://pulumi.com logo
#golang
Title
# golang
q

quiet-addition-42622

02/15/2022, 2:53 AM
Hello - when I call
pulumi.All(a, b, c).ApplyT(myFunc)
and
c
is a pulumi secret, the resulting output of
ApplyT
is also a secret, right? This doc talks about
ApplyT()
but not
All()
b

bored-table-20691

02/15/2022, 2:55 AM
Yes, that should be the case. It'll transitively preserve it.
q

quiet-addition-42622

02/15/2022, 2:55 AM
perfect, thanks 🙂
6 Views