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

Bugfix: Ensure CLI Var files have highest precedence #119

Closed yorinasub17 closed 1 year ago

yorinasub17 commented 1 year ago

Description

Fixes https://github.com/gruntwork-io/boilerplate/issues/117

This fixes a bug in boilerplate where the variable definitions passed in the CLI did not have the highest precedence, being overwritten by the variable definitions on the Dependency.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

yorinasub17 commented 1 year ago

Thanks for review! Merging now.