We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374d0a5 commit 637446dCopy full SHA for 637446d
1 file changed
website/source/docs/providers/do/r/droplet.html.markdown
@@ -34,7 +34,9 @@ The following arguments are supported:
34
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled.
35
* `private_networking` - (Optional) Boolean controlling if private networks are enabled.
36
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
37
- the format `[12345, 123456]`
+ the format `[12345, 123456]`. To retrieve this info, use a tool such
38
+ as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),
39
+ to retrieve them.
40
41
## Attributes Reference
42
0 commit comments