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

11 lines
134 B
JSON

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