Skip to content

Commit aa05e82

Browse files
committed
Merge pull request hashicorp#4660 from sfilipov/patch-1
Split long comment to two lines
2 parents 97de7e6 + 2962cff commit aa05e82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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
20+
# Set the variable value in *.tfvars file
21+
# or using -var="do_token=..." CLI option
2122
variable "do_token" {}
2223
2324
# Configure the DigitalOcean Provider

0 commit comments

Comments
 (0)