https://pulumi.com logo
#dotnet
Title
f

fast-dinner-32080

03/12/2020, 4:47 PM
What would be the recommended way to create/render a template file in Pulumi .net. I am trying to use the liquid engine but I cannot pass it the Input and Output variables since they are not real strings. Is there a way to get the raw string from an Input and Output or maybe a better way to generate rendered templates from files?
t

tall-librarian-49374

03/12/2020, 6:16 PM
You should probably render inside
Apply
where values are resolved