Join Slack
Powered by
This message was deleted.
# typescript
s
sparse-intern-71089
07/29/2019, 10:19 AM
This message was deleted.
w
white-balloon-205
07/29/2019, 4:09 PM
See
https://www.pulumi.com/docs/reference/programming-model/#outputs-and-strings
for more details on the likely reason for this.
b
billowy-needle-56870
07/29/2019, 4:24 PM
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}
);
Open in Slack
Previous
Next