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

19 lines
405 B
JSON

{
"variables": {
"token": null,
"project": null
},
"builders": [{
"token": "{{ user `token` }}",
"project": "{{ user `project` }}",
"type": "hyperone",
"source_image": "ubuntu",
"disk_size": 10,
"vm_type": "a1.nano",
"image_name": "packerbats-minimal-{{timestamp}}",
"image_tags": {
"key":"value"
}
}]
}