Is there any equivalent to Terraform
templatefile in Pulumi, to render a local template file and replace placeholders with key-value pairs (that could be outputs)? Or is the standard pattern just to use native language utilities for this? I'm using Typescript