github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/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 }