github.com/orivej/packer@v0.10.1/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  }