github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/terraform/lang/funcs/testdata/list.tmpl (about)

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