From 1c9f18603c475ce83d8649200c0b57dd6855c771 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Sat, 3 Feb 2018 15:32:10 -0600 Subject: [PATCH] Fix Google Compute Builder Documentation Added required configuration option ssh_username to basic config example. --- website/source/docs/builders/googlecompute.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 1c4717768..e8147e966 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -109,6 +109,7 @@ is assumed to be the path to the file containing the JSON. "account_file": "account.json", "project_id": "my project", "source_image": "debian-7-wheezy-v20150127", + "ssh_username": "packer", "zone": "us-central1-a" } ]