mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"builders": [
|
|
{
|
|
"name":"chocolate",
|
|
"type":"file",
|
|
"content":"chocolate",
|
|
"target":"chocolate.txt"
|
|
},
|
|
{
|
|
"name":"vanilla",
|
|
"type":"file",
|
|
"content":"vanilla",
|
|
"target":"vanilla.txt"
|
|
},
|
|
{
|
|
"name":"cherry",
|
|
"type":"file",
|
|
"content":"cherry",
|
|
"target":"cherry.txt"
|
|
}
|
|
]
|
|
}
|