Files
Packer-Cn/command/test-fixtures/validate/build.json
T

10 lines
116 B
JSON
Raw Normal View History

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