packer-cn/test/fixtures/builder-hyperone/minimal.json

16 lines
359 B
JSON
Raw Normal View History

2019-01-21 13:20:12 -05:00
{
"variables": {
"token": null,
"project": null
},
"builders": [{
"token": "{{ user `token` }}",
"project": "{{ user `project` }}",
"type": "hyperone",
2019-02-07 03:22:30 -05:00
"source_image": "ubuntu",
2019-01-21 13:20:12 -05:00
"disk_size": 10,
"vm_type": "a1.nano",
"image_name": "packerbats-minimal-{{timestamp}}"
}]
}