Skip to content

Commit 65cd53f

Browse files
committed
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 hashicorp#124 and so adding more docs should be helpful.
1 parent 1373a60 commit 65cd53f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

website/source/docs/providers/do/index.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Use the navigation to the left to read about the available resources.
1717
## Example Usage
1818

1919
```
20+
# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option
21+
variable "do_token" {}
22+
2023
# Configure the DigitalOcean Provider
2124
provider "digitalocean" {
2225
token = "${var.do_token}"

0 commit comments

Comments
 (0)