What's Changed
Bug fixesπ§βπ§ π
- builder: fix interpolation for build_steps by @lbajolet-hashicorp in #112: When introducing
build_steps
we did not add an exception for interpolating its contents prior to thetype_boot_command
step. This caused all its contents to be interpolated beforehand, but since it relies on data that was not populated at interpolation-time, we ended-up with the templated content replaced by<no value>
.
Full Changelog: v1.0.7...v1.0.8