packer-cn/command/test-fixtures/validate/build.json

10 lines
116 B
JSON

{
"builders":[
{
"type":"file",
"target":"chocolate.txt",
"content":"chocolate"
}
]
}