16 lines
208 B
JSON
16 lines
208 B
JSON
|
{
|
||
|
"builders":[
|
||
|
{
|
||
|
"type":"file",
|
||
|
"target":"chocolate.txt",
|
||
|
"content":"chocolate"
|
||
|
}
|
||
|
],
|
||
|
"provisioners": [
|
||
|
{
|
||
|
"type": "file",
|
||
|
"comment": "unknown field"
|
||
|
}
|
||
|
]
|
||
|
}
|