Open1
terraformに入門する
anyenvを使っているので…
$ anyenv install tfenv
tfenvが見つからなかったので、ターミナルを起動し直して…
$ tfenv install
Installing Terraform v1.1.8
Downloading release tarball from https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_darwin_amd64.zip
####################################################################################################################################### 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_SHA256SUMS
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask).
==> New Formulae
ecflow-ui gops httpyac imposm3 libmarpa
==> Updated Formulae
Updated 301 formulae.
==> Deleted Formulae
boost-python komposition
==> New Casks
espanso
==> Updated Casks
Updated 173 casks.
==> Downloading https://ghcr.io/v2/homebrew/core/grep/manifests/3.7
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/grep/blobs/sha256:c71bb5fe05b6dc792ef46eb59b043651ecc6a6bcc5d87c6c529989267363887f
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:c71bb5fe05b6dc792ef46eb59b043651ecc6a6bcc5d87c6c529989267
######################################################################## 100.0%
==> Pouring grep--3.7.monterey.bottle.tar.gz
==> Caveats
All commands have been installed with the prefix "g".
If you need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:
PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"
==> Summary
🍺 /usr/local/Cellar/grep/3.7: 21 files, 974.6KB
==> Running `brew cleanup grep`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
No keybase install found, skipping OpenPGP signature verification
Archive: /var/folders/rl/0l89qv3d7jb6x8y3t5y6y6s00000gn/T/tfenv_download.XXXXXX.8uGpwYfH/terraform_1.1.8_darwin_amd64.zip
inflating: /Users/ken1flan/.anyenv/envs/tfenv/versions/1.1.8/terraform
Installation of terraform v1.1.8 successful. To make this your default version, run 'tfenv use 1.1.8'
ken1flan@Pythagoras:~