Merge pull request #3626 from wojtekmach/patch-1

digitalocean: update index docs for do_token var
This commit is contained in:
Clint 2015-11-06 11:32:09 -06:00
commit c284f31570
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}"