19 lines
405 B
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"
|
|
}
|
|
}]
|
|
}
|