Update digital-ocean.md (#3321)

This commit is contained in:
Wang Jie 2017-05-24 01:10:57 +08:00 committed by Misty Stanley-Jones
parent 2b79393e81
commit e46fac8175
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ When passing a boolean value to any option, the argument requires a slightly dif
## Options
- `--digitalocean-access-token`: **required** Your personal access token for the Digital Ocean API.
- `--digitalocean-access-token`: **required**. Your personal access token for the Digital Ocean API.
- `--digitalocean-image`: The name of the Digital Ocean image to use.
- `--digitalocean-region`: The region to create the droplet in, see [Regions API](https://developers.digitalocean.com/documentation/v2/#regions) for how to get a list.
- `--digitalocean-size`: The size of the Digital Ocean droplet (larger than default options are of the form `2gb`).
- `--digitalocean-ipv6`: Enable IPv6 support for the droplet.
- `--digitalocean-private-networking`: Enable private networking support for the droplet.
- `--digitalocean-backups`: Enable Digital Oceans backups for the droplet.
- `--digitalocean-backups`: Enable Digital Ocean backups for the droplet.
- `--digitalocean-userdata`: Path to file containing User Data for the droplet.
- `--digitalocean-ssh-user`: SSH username.
- `--digitalocean-ssh-port`: SSH port.
@ -34,7 +34,7 @@ When passing a boolean value to any option, the argument requires a slightly dif
The DigitalOcean driver will use `ubuntu-16-04-x64` as the default image.
#### Environment variables and default values
#### Environment variables and default values
| CLI option | Environment variable | Default |
| ----------------------------------- | --------------------------------- | ------------------ |