Files
Packer-Cn/hcl2template/function/testdata/list.tmpl
2021-03-23 12:02:05 +01:00

4 lines
40 B
Cheetah

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