Skip to content

Releases: jfharden/terraform-template-renderer

Support for rendering partials

02 Feb 23:24
1ad5c4c
Compare
Choose a tag to compare

Partials can now be rendered by calling render 'path/to/partial.erb' in the template.

Enable ERB trim mode and add examples

29 Jan 22:03
f2ed436
Compare
Choose a tag to compare
  • Enabled trim mode for ERB templates using a hyphen (e.g. <%- code -%> will remove preceeding indentation and a following newline).
  • Added Example directory giving real usage examples in terraform.

Initial release

28 Jan 18:18
Compare
Choose a tag to compare

Initial release, reads json from stdin, takes path to ERB template as first argument, outputs json object with rendered template as the value to key "rendered".