packer-cn/packer/test-fixtures/validate-req-variable.json

10 lines
99 B
JSON
Raw Normal View History

2015-05-23 17:48:07 -04:00
{
"variables": {
"foo": null
},
"builders": [{
"type": "foo"
}]
}