Skip to content

Commit 978ef3a

Browse files
authored
Merge pull request tfutils#362 from tfutils/arch-readme
Correct README.md references to TFENV_ARCH defaults
2 parents c05c364 + c13b42a commit 978ef3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,12 @@ terraform {
145145

146146
##### `TFENV_ARCH`
147147

148-
String (Default: amd64)
148+
String (Default: `amd64`)
149149

150150
Specify architecture. Architecture other than the default amd64 can be specified with the `TFENV_ARCH` environment variable
151151

152+
Note: Default changes to `arm64` for versions that have arm64 builds available when `$(uname -m)` matches `aarch64* | arm64*`
153+
152154
```console
153155
$ TFENV_ARCH=arm64 tfenv install 0.7.9
154156
```

0 commit comments

Comments
 (0)