mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"builders":[
|
|
{
|
|
"type":"file",
|
|
"target":"chocolate.txt",
|
|
"content":"chocolate"
|
|
}
|
|
],
|
|
"min_packer_version":"101.0.0"
|
|
}
|