github.com/chenbh/concourse/v6@v6.4.2/fly/integration/fixtures/vars-pipeline-params-types.yml (about)

     1  ---
     2  large-string-param: |
     3    -----BEGIN SOME KEY-----
     4    this is super secure
     5    -----END SOME KEY-----
     6  bool-param: true
     7  array-param: ["val-1", "val-2"]