This message was deleted.
# typescript
s
This message was deleted.
w
See https://www.pulumi.com/docs/reference/programming-model/#outputs-and-strings for more details on the likely reason for this.
b
Thanks! I traied to update with the following code, but I obtain the same result let endpoint = this.rds.endpoint; const dbHost = pulumi.all([endpoint]).apply(([endpoint]) =>
${endpoint}
);