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
|
## Example Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option
|
||||||
|
variable "do_token" {}
|
||||||
|
|
||||||
# Configure the DigitalOcean Provider
|
# Configure the DigitalOcean Provider
|
||||||
provider "digitalocean" {
|
provider "digitalocean" {
|
||||||
token = "${var.do_token}"
|
token = "${var.do_token}"
|
||||||
|
|
Loading…
Reference in New Issue