Skip to content

Commit f0b7bac

Browse files
authored
Add missing line continuation in example terraform init command
1 parent d188717 commit f0b7bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gitlab-managed-state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ terraform init \
3232
-backend-config="password=${ACCESS_TOKEN}" \
3333
-backend-config="lock_method=POST" \
3434
-backend-config="unlock_method=DELETE" \
35-
-backend-config="retry_wait_min=5"
35+
-backend-config="retry_wait_min=5" \
3636
-backend-config="password=${ACCESS_TOKEN}"
3737
```
3838

0 commit comments

Comments
 (0)