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

11 lines
134 B
JSON
Raw Normal View History

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