Update parallel-builds.html.md

It seems that `ssh_username` is required from the packer binary.
This commit is contained in:
JJ Asghar 2017-01-19 14:43:03 -06:00 committed by GitHub
parent 8a5cb4b428
commit 8db7793ee6
1 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ array.
"api_token": "{{user `do_api_token`}}",
"image": "ubuntu-14-04-x64",
"region": "nyc3",
"size": "512mb"
"size": "512mb",
"ssh_username": "ubuntu"
}
```
@ -104,7 +105,8 @@ The entire template should now look like this:
"api_token": "{{user `do_api_token`}}",
"image": "ubuntu-14-04-x64",
"region": "nyc3",
"size": "512mb"
"size": "512mb",
"ssh_username": "ubuntu"
}],
"provisioners": [{
"type": "shell",