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

Varfile precedence is incorrect in dependencies #112

Closed yorinasub17 closed 1 year ago

yorinasub17 commented 1 year ago

Describe the bug The desired behavior is for varfiles to have precedence over variables map defaults, but currently the variables map defaults have precedence over varfiles on dependencies.

To Reproduce Reproducible example is in this commit: https://github.com/gruntwork-io/boilerplate/commit/e473ed12e2e3f8aee9d25d5f4a299a05ac562543

yorinasub17 commented 1 year ago

Fixed in https://github.com/gruntwork-io/boilerplate/releases/tag/v0.5.0