github.com/amanya/packer@v0.12.1-0.20161117214323-902ac5ab2eb6/test/fixtures/builder-googlecompute/minimal.json (about) 1 { 2 "variables": { 3 "account_file": null, 4 "project_id": null 5 }, 6 7 "builders": [{ 8 "type": "googlecompute", 9 "account_file": "{{user `account_file`}}", 10 "project_id": "{{user `project_id`}}", 11 12 "image_name": "packerbats-minimal-{{timestamp}}", 13 "source_image": "debian-7-wheezy-v20141108", 14 "zone": "us-central1-a" 15 }] 16 }