What would be the recommended way to create/render...
# dotnet
f
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
You should probably render inside
Apply
where values are resolved