github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/lang/funcs/testdata/list.tmpl (about)

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