This message was deleted.
# aws
s
This message was deleted.
q
Try
jwtSecret.arn.apply((arn) => arn)
p
same .apply() returns an
Output<string>
not a
string
q
Ok. Then you'll need to put the fargate resource creation inside the apply
Output functions are a new feature too: https://www.pulumi.com/blog/functions-accept-outputs/
❤️ 1
p
ok made it works
as I had multiple Params, I used
pulumi.all
wait for all my
Output<string>
to resolve to
string
before using them in my fargate service
q
Awesome 😀
p
thank you mate have a great weekend @quiet-wolf-18467