packer/hcl2template/function/testdata/list.tmpl

4 lines
40 B
Cheetah
Raw Normal View History

%{ for x in list ~}
- ${x}
%{ endfor ~}