We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d188717 commit f0b7bacCopy full SHA for f0b7bac
examples/gitlab-managed-state/README.md
@@ -32,7 +32,7 @@ $ terraform init \
32
-backend-config="password=${ACCESS_TOKEN}" \
33
-backend-config="lock_method=POST" \
34
-backend-config="unlock_method=DELETE" \
35
- -backend-config="retry_wait_min=5"
+ -backend-config="retry_wait_min=5" \
36
-backend-config="password=${ACCESS_TOKEN}"
37
```
38
0 commit comments