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
160 stars 12 forks source link

Add support for variable types #9

Closed josh-padnick closed 7 years ago

josh-padnick commented 7 years ago

In line with #5, right now it's not possible to generate output terraform lists using boilerplate, just a string of comma-separated values. Adding support for lists would enable use of terraform 0.7's list type.

brikis98 commented 7 years ago

I hope you don't object, but I'm going to rename this to "support types", as there are a number of types that would be useful:

josh-padnick commented 7 years ago

Sounds good. I kept them separate to elucidate the separate use cases.

brikis98 commented 7 years ago

Fixed with #20