digitalocean: update index docs for do_token var

Updates the docs and clarifies the usage of `do_token` variable.

I was experiencing an issue mentioned here https://github.com/hashicorp/terraform/issues/124 and so adding more docs should be helpful.
This commit is contained in:
Wojtek Mach 2015-10-22 21:14:54 +02:00
parent 8093ca1d18
commit 079d1a4417
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ Use the navigation to the left to read about the available resources.
## Example Usage
```
# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option
variable "do_token" {}
# Configure the DigitalOcean Provider
provider "digitalocean" {
token = "${var.do_token}"