packer-cn/command/test-fixtures/validate/null_var.json

16 lines
253 B
JSON

{
"variables": {
"null_var": null
},
"builders": [{
"type": "null",
"communicator": "none"
}],
"provisioners": [
{
"type": "shell-local",
"inline": "echo yop"
}
]
}