Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niklasrosenstein/hcl-template

Simple command to render HCL templates.
https://github.com/niklasrosenstein/hcl-template

Last synced: 4 days ago
JSON representation

Simple command to render HCL templates.

Awesome Lists containing this project

README

        

# hcl-template

A simple wrapper around the [`hcl-rs`][https://crates.io/crates/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.