Files
Packer-Cn/hcl2template/function/testdata/list.tmpl
T

4 lines
40 B
Cheetah
Raw Normal View History

2021-03-23 12:02:05 +01:00
%{ for x in list ~}
- ${x}
%{ endfor ~}