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

12 lines
144 B
JSON
Raw Normal View History

2015-05-29 18:35:55 -04:00
{
"variables": {
"name": null
},
"builders": [{"type": "dummy"}],
"push": {
"name": "{{user `name`}}"
}
}