Files
Packer-Cn/template/test-fixtures/validate-good-pp-only.json
T

11 lines
134 B
JSON

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