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

14 lines
143 B
JSON

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