github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/lang/funcs/testdata/list.tmpl (about)

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