packer-cn/template/test-fixtures/validate-good-override.json
Mitchell Hashimoto 2f7e95cc46 template: Validate
2015-05-21 15:29:45 -06:00

13 lines
161 B
JSON

{
"builders": [{
"type": "foo"
}],
"provisioners": [{
"type": "bar",
"override": {
"foo": {}
}
}]
}