Skip to content

Instantly share code, notes, and snippets.

@bhcleek
Created September 9, 2016 09:33
Show Gist options
  • Save bhcleek/fd47ed20db1e450aa0503a73ae30f0e2 to your computer and use it in GitHub Desktop.
Save bhcleek/fd47ed20db1e450aa0503a73ae30f0e2 to your computer and use it in GitHub Desktop.
packer fast path bug
{
"variables": {},
"provisioners": [
{
"type": "file",
"source": "minimal.json",
"destination": "/tmp/minimal.json"
}
],
"builders": [
{
"type": "googlecompute",
"account_file": "{{user `account_file`}}",
"project_id": "{{user `project_id`}}",
"image_name": "packerbats-scp-{{timestamp}}",
"source_image": "debian-7-wheezy-v20141108",
"zone": "us-central1-a"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment