#hcl #template-string #render #values #yaml #create #hcl-rs

app hcl-template

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

2 releases

0.1.1 Aug 26, 2023
0.1.0 Aug 23, 2023

#184 in Template engine

36 downloads per month

MIT license

6KB

hcl-template

A simple wrapper around the hcl-rs crate to render HCL template strings.

Usage

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

Known limitations

  • Does not currently support sequences and maps in the values.

Dependencies

~5.5MB
~114K SLoC