This message was deleted.
# general
s
This message was deleted.
q
Can you use
.apply
on your secrets, similarly to how it's done on
redisEndpoint
in this example? https://github.com/pulumi/examples/blob/master/aws-ts-voting-app/index.ts#L33-L48
w
@quiet-leather-94755 In that example,
name
and
value
have type
pulumi.Input<string>
, instead of
string
. A potential fix is to change
valueFrom
's type to
Input<string>
.