github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate/build.json (about)

     1  {
     2    "builders":[
     3      {
     4        "type":"file",
     5        "target":"chocolate.txt",
     6        "content":"chocolate"
     7      }
     8    ]
     9  }