packer-cn/packer/test-fixtures/push-vars.json
2015-05-29 15:41:52 -07:00

12 lines
141 B
JSON

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