packer-cn/packer/test-fixtures/push-vars.json

12 lines
141 B
JSON

{
"variables": {
"foo": null
},
"builders": [{"type": "test"}],
"push": {
"name": "{{user `foo`}}"
}
}