Skip to content

Commit 4d2d649

Browse files
authored
Merge pull request #834 from ppejovic/patch-1
Add missing line continuation in example terraform init command
2 parents d188717 + f0b7bac commit 4d2d649

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)