mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-03 05:51:40 -05:00
10 lines
116 B
JSON
10 lines
116 B
JSON
|
|
{
|
||
|
|
"builders":[
|
||
|
|
{
|
||
|
|
"type":"file",
|
||
|
|
"target":"chocolate.txt",
|
||
|
|
"content":"chocolate"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|