A simple wrapper around the [hcl] create to render HCL template strings.
hcl
$ cat example.tftpl Hello ${name}! $ cat values.yaml name: World $ hcl-template --template example.tftpl --values values.yaml