sparse-intern-71089
08/05/2020, 5:41 AMquiet-leather-94755
08/05/2020, 6:10 AM.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-L48worried-sandwich-8337
08/05/2020, 3:42 PMname
and value
have type pulumi.Input<string>
, instead of string
. A potential fix is to change valueFrom
's type to Input<string>
.