gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
158 stars 12 forks source link

For map variables, render the key in addition to the value #37

Closed brikis98 closed 6 years ago

brikis98 commented 6 years ago

In #34, I added support for variables using Go templating syntax. I was properly rendering strings, lists, and maps, except in the case of maps, I was only rendering the Go templating syntax in map values, and had forgotten to do the same for map keys. This PR fixes that issue.

brikis98 commented 6 years ago

Merging. Feedback welcome.