packer-cn/template/test-fixtures/parse-provisioner-only.json

9 lines
113 B
JSON

{
"provisioners": [
{
"type": "something",
"only": ["foo"]
}
]
}