https://pulumi.com logo
Title
f

future-refrigerator-88869

01/06/2023, 9:34 AM
Hi all - is it possible to get the README text that is filled with the appropriate outputs instead of the template? I am interested if I can get this programmatically somehow. The use case is that I would like to display that readme with the appropriate service urls directly in the github action page in summary.
l

lemon-agent-27707

01/06/2023, 4:17 PM
@future-refrigerator-88869 you could always use
apply
to interpolate outputs directly into a markdown string that you render as a stack output.
Basically rather than relying on the README templating, just construct the string yourself as a stack output.