docs: fill out all provider env var configuration

I find env vars a lot easier to use in day-to-day practice, so it's
probably a good idea to let the users have that benefit too!
This commit is contained in:
Paul Hinze 2015-04-09 14:25:21 -05:00
parent 1ca762f519
commit 8093ca1d18
1 changed files with 2 additions and 1 deletions

View File

@ -32,5 +32,6 @@ resource "digitalocean_droplet" "web" {
The following arguments are supported:
* `token` - (Required) This is the DO API token.
* `token` - (Required) This is the DO API token. This can also be specified
with the `DIGITALOCEAN_TOKEN` shell environment variable.