Revert "docs: consistent use of array configuration syntax"

This reverts commit 4893eb8b559c3664377c5c5aab4b30f82caa922b.
This commit is contained in:
Mitchell Hashimoto 2015-01-14 09:28:25 -08:00
parent 1544a7c789
commit 161acc1a41
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ The following arguments are supported:
* `backups` - (Optional) Boolean controlling if backups are made.
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled.
* `private_networking` - (Optional) Boolean controlling if private networks are enabled.
* `ssh_keys` - (Optional) An array of SSH IDs or fingerprints to enable in
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
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.