packer-cn/template/test-fixtures/validate-good-override.json

13 lines
161 B
JSON
Raw Normal View History

2015-05-21 17:29:45 -04:00
{
"builders": [{
"type": "foo"
}],
"provisioners": [{
"type": "bar",
"override": {
"foo": {}
}
}]
}