terraform/lang/funcs/testdata/list.tmpl

4 lines
40 B
Cheetah

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