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