gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
183 stars 16 forks source link

Add support for specifying env vars in shell helper and hooks #31

Closed brikis98 closed 7 years ago

brikis98 commented 7 years ago

This PR allows you to specify environment variables when using the shell helper and hooks. This will be useful in a number of ways, but the main use case right now is to be able to specify a custom TERRAGRUNT_SOURCE environment variable so that as we are generating a project, Terragrunt uses the local copy of infrastructure-modules rather than trying to download something from Git that has not yet been committed/published.

brikis98 commented 7 years ago

@josh-padnick I'm going to merge this so I can start using it.