Files
Packer-Cn/command/test-fixtures/validate-invalid/broken.json
T

11 lines
150 B
JSON
Raw Normal View History

{
"builders":[
{
"type":"file",
"target":"chocolate.txt",
"content":"chocolate"
}
],
"provisioners": "not an array"
}