hcl-template

A simple wrapper around the [hcl] create to render HCL template strings.

Usage

$ cat example.tftpl
Hello ${name}!
$ cat values.yaml
name: World
$ hcl-template --template example.tftpl --values values.yaml

Known limitations