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

Fix bug where dependency variables reference and defaults were not being rendered #118

Closed yorinasub17 closed 1 year ago

yorinasub17 commented 1 year ago

Description

Fixes a bug that was introduced in https://github.com/gruntwork-io/boilerplate/pull/113 where the default and reference fields were no longer being rendered on direct variables definitions set on dependencies.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Fixed bug where the default and reference fields were no longer being rendered on direct variables definitions set on dependencies.

yorinasub17 commented 1 year ago

Thanks for review! Merging now.