github.com/hashicorp/packer@v1.14.3/hcl2template/function/testdata/list.tmpl (about)

     1  %{ for x in list ~}
     2  - ${x}
     3  %{ endfor ~}