diff --git a/machine/drivers/digital-ocean.md b/machine/drivers/digital-ocean.md index 4512c09e62..7f4a1dcf77 100644 --- a/machine/drivers/digital-ocean.md +++ b/machine/drivers/digital-ocean.md @@ -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 | | ----------------------------------- | --------------------------------- | ------------------ |