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

11 lines
131 B
JSON
Raw Normal View History

2015-05-21 17:39:32 -04:00
{
"builders": [{
"type": "foo"
}],
"provisioners": [{
"type": "bar",
"only": ["foo"]
}]
}