From 65cd53f70afac43665150b30c7e3287236648ce9 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 22 Oct 2015 21:14:54 +0200 Subject: [PATCH] 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. --- website/source/docs/providers/do/index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/do/index.html.markdown b/website/source/docs/providers/do/index.html.markdown index 9e18277a3..468539c57 100644 --- a/website/source/docs/providers/do/index.html.markdown +++ b/website/source/docs/providers/do/index.html.markdown @@ -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}"