packer-cn/command/test-fixtures/validate-invalid/bad_provisioner.json

16 lines
208 B
JSON

{
"builders":[
{
"type":"file",
"target":"chocolate.txt",
"content":"chocolate"
}
],
"provisioners": [
{
"type": "file",
"comment": "unknown field"
}
]
}