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

11 lines
134 B
JSON

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