Trying to bring HCL2 template fuction to life in a separate tool. Based on the packer code
Go to file
Philippe Caseiro e9f8ff2506 fix(bootstraper): adding global variables support
Now we can declare "global" variables, in the "Globals" section the  the
configuration, this variables will be merged into the "Service"
variables and used in the templates. This how we share variables between
services.
2022-07-01 14:56:41 +02:00
api Complete rewrite of the bootstraper tool 2022-06-30 16:45:46 +02:00
cmd fix(bootstraper): adding global variables support 2022-07-01 14:56:41 +02:00
data fix(bootstraper): adding global variables support 2022-07-01 14:56:41 +02:00
pkg fix(bootstraper): adding global variables support 2022-07-01 14:56:41 +02:00
.gitignore Complete rewrite of the bootstraper tool 2022-06-30 16:45:46 +02:00
LICENSE Initial commit 2022-03-10 10:40:33 +01:00
Makefile Complete rewrite of the bootstraper tool 2022-06-30 16:45:46 +02:00
README.md Initial commit 2022-03-10 10:40:33 +01:00
go.mod Complete rewrite of the bootstraper tool 2022-06-30 16:45:46 +02:00

README.md

templatefile

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

Based on the packer code