github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/command/test-fixtures/validate/template.json (about)

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