Skip to content

Commit

Permalink
Update gcp_v1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sveronneau authored Feb 12, 2018
1 parent 4a3a183 commit 44b9030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/gcp_v1.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-v20160602",
"zone": "northamerica-northeast1-a",
Expand Down

0 comments on commit 44b9030

Please sign in to comment.