mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Merge pull request #4660 from sfilipov/patch-1
Split long comment to two lines
This commit is contained in:
commit
aa05e8262a
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ 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
|
||||
# Set the variable value in *.tfvars file
|
||||
# or using -var="do_token=..." CLI option
|
||||
variable "do_token" {}
|
||||
|
||||
# Configure the DigitalOcean Provider
|
||||
|
|
|
|||
Loading…
Reference in a new issue