Merge pull request #3626 from wojtekmach/patch-1
digitalocean: update index docs for do_token var
This commit is contained in:
commit
c284f31570
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue