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