You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ On mac simple install tfenv using brew.
15
15
```
16
16
brew install tfenv
17
17
```
18
-
Next intall a terraform version.
18
+
Next install a terraform version.
19
19
```
20
20
tfenv install <version>
21
21
```
@@ -34,24 +34,24 @@ Currently register a new runner is a manual process. See the GitLab Runner [docu
34
34
```
35
35
docker run -it --rm gitlab/gitlab-runner register
36
36
```
37
-
Provide the details in the interactive terminal. Once done the token cen found in the GitLab runners section, choose edit to get the token or see the config.toml file.
37
+
Provide the details in the interactive terminal. Once done the token can be found in the GitLab runners section, choose edit to get the token or see the config.toml file.
38
38
39
39
40
40
## Usage
41
41
42
42
### Configuration
43
-
Update the variables in `terraform.tfvars` to your needs and add the folling variables, see prevous step for how to obtain the token.
43
+
Update the variables in `terraform.tfvars` to your needs and add the following variables, see previous step for how to obtain the token.
0 commit comments