packer-cn/packer/test-fixtures/build-prov-skip.json

14 lines
188 B
JSON

{
"builders": [{
"type": "test"
}, {
"name": "foo",
"type": "test"
}],
"provisioners": [{
"type": "test",
"only": ["foo"]
}]
}