Fix Google Compute Builder Documentation

Added required configuration option ssh_username to basic config
example.
This commit is contained in:
Sean Malloy 2018-02-03 15:32:10 -06:00
parent eaef2961cb
commit 1c9f18603c
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}
]