github.com/mmcquillan/packer@v1.1.1-0.20171009221028-c85cf0483a5d/command/test-fixtures/build-only/template.json (about)

     1  {
     2      "builders": [
     3          {
     4              "name":"chocolate",
     5              "type":"file",
     6              "content":"chocolate",
     7              "target":"chocolate.txt"
     8          },
     9          {
    10              "name":"vanilla",
    11              "type":"file",
    12              "content":"vanilla",
    13              "target":"vanilla.txt"
    14          },
    15          {
    16              "name":"cherry",
    17              "type":"file",
    18              "content":"cherry",
    19              "target":"cherry.txt"
    20          }
    21      ]
    22  }