こんにちは。今年、本厄ですが科学的根拠に乏しい慣習なので厄除けは無視すると2020年年初に決意したCTO室のkazです。 ブログ記事は下書きに複数あるんですが、書く!っていうモチベーションが続かないと情報更新が億劫になり、下書きが増える傾向にあるので、これからOperation Tipsという形で日々気づいた小さなことを小さく記録していこうと思います。
初回はTerraform v0.12.20がリリースされたので、tfenvでインストールしようとしたらkeybaseでhashicorpをフォローしてないと、GPG署名を検証できないというメッセージを出すようになったので、フォローしたよ。というだけのTipsです。
$ tfenv install 0.12.20 [INFO] Installing Terraform v0.12.20 [INFO] Downloading release tarball from https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_darwin_amd64.zip ######################################################################## 100.0% [INFO] Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_SHA256SUMS tfenv: tfenv-install: [WARN] Unable to verify GPG signature unless logged into keybase and following hashicorp (snip)
$ tfenv install 0.12.20 [INFO] Installing Terraform v0.12.20 [INFO] Downloading release tarball from https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_darwin_amd64.zip ######################################################################## 100.0% [INFO] Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_SHA256SUMS [INFO] Downloading SHA hash signature file from https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_SHA256SUMS.sig ▶ INFO Identifying hashicorp ✔ <followed> public key fingerprint: 91A6 E7F8 5D05 C656 30BE F189 5185 2D87 348F FC4C You last followed hashicorp on 2020-01-28 12:28:00 JST ✔ <followed> admin of hashicorp.com via HTTPS: https://hashicorp.com/keybase.txt [cached 2020-01-28 12:28:03 JST] Signature verified. Signed by hashicorp 5 days ago (2020-01-23 07:01:57 +0900 JST). PGP Fingerprint: 91a6e7f85d05c65630bef18951852d87348ffc4c. Archive: tfenv_download.h3CHdA/terraform_0.12.20_darwin_amd64.zip inflating: /Users/xxxxxxxxxx/.tfenv/versions/0.12.20/terraform [INFO] Installation of terraform v0.12.20 successful [INFO] Switching to v0.12.20 [INFO] Switching completed
- team by hashicorp