Commit 7a6e0e09 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-only-fix-to-tf-iac-cluster-creation' into 'master'

Removes a small typo in the command

See merge request gitlab-org/gitlab!68668
parents 9ba51c65 926d9b04
......@@ -48,7 +48,7 @@ so that your credentials are not exposed through the code. To do so, follow the
1. On your computer, encode the JSON file to `base64` (replace `/path/to/sa-key.json` to the path to your key):
```shell
base64 /path/to/sa-key.json | tr -d \\n`
base64 /path/to/sa-key.json | tr -d \\n
```
1. Use the output of this command as the `BASE64_GOOGLE_CREDENTIALS` environment variable in the next step.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment