Commit 9a0e3dd
committed
build: use mise to set up Terraform locally
Generated with:
$ cd infra/terraform
$ mise set --file mise.local.toml https_proxy=socks5://127.0.0.1:1122
$ MISE_DISABLE_BACKENDS=aqua mise use terraform@1.11.1
See also:
- jdx/mise#4606
- https://mise.jdx.dev/faq.html#how-do-i-use-mise-with-http-proxies
NOTE: proxy configuration has been moved to a local mise configuration that hasn't been commited to
Git as it's needed only for my local installation.
Part of #17481 parent b764d2f commit 9a0e3dd
3 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | | - | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments