website: make it clearer how to retrieve DO key info
This commit is contained in:
parent
374d0a5b50
commit
637446d1ab
|
@ -34,7 +34,9 @@ The following arguments are supported:
|
|||
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled.
|
||||
* `private_networking` - (Optional) Boolean controlling if private networks are enabled.
|
||||
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
|
||||
the format `[12345, 123456]`
|
||||
the format `[12345, 123456]`. To retrieve this info, use a tool such
|
||||
as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),
|
||||
to retrieve them.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
|
|
Loading…
Reference in New Issue