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

11 lines
150 B
JSON
Raw Normal View History

2015-07-13 17:57:35 -04:00
{
"builders":[
{
"type":"file",
"target":"chocolate.txt",
"content":"chocolate"
}
],
"min_packer_version":"101.0.0"
2015-07-13 17:57:35 -04:00
}