Skip to content

Commit

Permalink
Update gcp_v2.json
Browse files Browse the repository at this point in the history
sveronneau authored Feb 12, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 44b9030 commit caf0406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/gcp_v2.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"variables": {
"gcloud_account_json": "{{env `HOME`}}/.gcloud/account.json"
"gcloud_project_id": "your_project_id"
},
"builders": [
{
"type": "googlecompute",
"account_file": "{{user `gcloud_account_json`}}",
"project_id": "gcp-ca-prep",
"project_id": "{{user `gcloud_project_id`}}",
"ssh_username":"ubuntu",
"source_image": "ubuntu-1404-trusty-v20180122",
"zone": "northamerica-northeast1-a",

0 comments on commit caf0406

Please sign in to comment.