packer-cn/template/test-fixtures/validate-bad-pp-except.json

11 lines
136 B
JSON

{
"builders": [{
"type": "foo"
}],
"post-processors": [{
"type": "bar",
"except": ["bar"]
}]
}