blob: 74e1f3f981a66a4c3932ece212dd178b352b83fb [file] [log] [blame]
{
"builders": [
{
"name": "chocolate",
"type": "file",
"target": "chocolate.txt",
"content": "chocolate"
},
{
"type": "file",
"name": "vanilla"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [
"echo apple 'apple'"
]
}
],
[
{
"name": "pear",
"type": "shell-local",
"inline": [
"echo apple 'pear'"
]
},
{
"name": "banana",
"type": "shell-local"
}
]
],
"min_packer_version": "101.0.0"
}