Trying to bring HCL2 template fuction to life in a separate tool. Based on the packer code
Go to file
Philippe Caseiro 66d290c298 feat(templater): provides a simple tool to process templates
You can provide a go template (text/template) or a hcl2 template with a
JSON representation of your configuration and this tool will print the
generated "file" on stdout.
2022-03-10 17:31:29 +01:00
.gitignore Initial commit 2022-03-10 10:40:33 +01:00
LICENSE Initial commit 2022-03-10 10:40:33 +01:00
Makefile feat(templater): provides a simple tool to process templates 2022-03-10 17:31:29 +01:00
README.md Initial commit 2022-03-10 10:40:33 +01:00
main.go feat(templater): provides a simple tool to process templates 2022-03-10 17:31:29 +01:00

README.md

templatefile

Trying to bring HCL2 template fuction to life in a separate tool.

Based on the packer code