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

11 lines
136 B
JSON

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