mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-17 12:39:24 -04:00
16 lines
253 B
JSON
16 lines
253 B
JSON
|
|
{
|
||
|
|
"variables": {
|
||
|
|
"null_var": null
|
||
|
|
},
|
||
|
|
"builders": [{
|
||
|
|
"type": "null",
|
||
|
|
"communicator": "none"
|
||
|
|
}],
|
||
|
|
"provisioners": [
|
||
|
|
{
|
||
|
|
"type": "shell-local",
|
||
|
|
"inline": "echo yop"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|