packer-cn/template/test-fixtures/parse-pp-except.json

9 lines
112 B
JSON
Raw Normal View History

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