mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
11 lines
150 B
JSON
11 lines
150 B
JSON
|
|
{
|
||
|
|
"builders":[
|
||
|
|
{
|
||
|
|
"type":"file",
|
||
|
|
"target":"chocolate.txt",
|
||
|
|
"content":"chocolate"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"provisioners": "not an array"
|
||
|
|
}
|