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

Add support for using nested lists and maps #39

Closed brikis98 closed 6 years ago

brikis98 commented 6 years ago

This PR updates boilerplate so that variables with type list or map can support nested lists and nested maps. It’s rare that we need such complicated data structures, but occasionally it’s useful, and it wasn’t a hard change to support it.

brikis98 commented 6 years ago

Merging now. Feedback welcome!