Fix Google Compute Builder Documentation
Added required configuration option ssh_username to basic config example.
This commit is contained in:
parent
eaef2961cb
commit
1c9f18603c
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue