Created
September 9, 2016 09:33
-
-
Save bhcleek/fd47ed20db1e450aa0503a73ae30f0e2 to your computer and use it in GitHub Desktop.
packer fast path bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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