Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme #2

Merged
merged 1 commit into from
Jul 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ $ curl https://api.vultr.com/v1/os/list | jq
* `startup_script_id`(number) — You can use a numeric startup script ID instead of the full name.
* `sshkey_name`(string) — Name of the SSH key to add to the instance on launch. The key must be manually configured in your Vultr dashboard before use. The builder will fail if there are multiple SSH keys with the same name. The `sshkey` parameter name deliberately lacks underscore to make it different from connection related parameters.
* `sshkey_id`(string) — You can use a short SSH key ID instead of the full name.

## Authors
* [**Ivan Andreev**](https://github.com/ivandeex)