2025.02.21  

【terraform】M1,M2 Macでのエラー

Terraform    


M2 Macでterraform initを実行したところ次のエラーが発生しました。

registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your current platform, darwin_arm64.

このエラーはM1,M2 Macで発生するもののようなので、以下のコマンドでm1-terraform-provider-helperをインストールしたところterraform initできるようになりました。

brew install kreuzwerker/taps/m1-terraform-provider-helper
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
m1-terraform-provider-helper install hashicorp/template -v v2.2.0
cd [terraform initするリソースの場所]
terraform init

参考:https://discuss.hashicorp.com/t/template-v2-2-0-does-not-have-a-package-available-mac-m1/35099/4

コメント
現在コメントはありません。
コメントする
コメント入力

名前 (※ 必須)

メールアドレス (※ 必須 画面には表示されません)

送信