mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
This commit adds 3 new HCL2 functions: * `sum`: computes the sum of a collection of numerical values * `startswith`: checks if a string has another as prefix * `endswith`: checks if a string has another as suffix