mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Split long comment to two lines
The comment on first line of the code example is 82 characters long and is cut on the 80-th character when viewed online. The second line contains only two letters "on" without # in front. The comment is displayed on two lines anyway, it is better if it is split to two lines of less than 80 characters.
This commit is contained in:
parent
97de7e637e
commit
2962cff199
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