packer-cn/template/test-fixtures/error-duplicate-config.json

12 lines
128 B
JSON

{
"variables": {
"var": "value"
},
"builders": [
{
"foo": "something",
"foo": "something"
}
]
}