Terraform

테라폼 에러 template v2.2.0 does not have a package available

jjongguet 2023. 10. 7. 00:03
728x90

에러발생

M1맥북 에서 brew 로 설치한 terraform 에서 terraform init 했는데

다음과 같은 에러가 발생

 

 

해결방법

brew로 설치한 m1에서는 

m1에서 작동하는 테라폼을 제거하고, 직접설정

brew uninstall terraform
brew install tfenv
TFENV_ARCH=amd64 tfenv install 1.3.3
tfenv use 1.3.7

 

관련링크

https://discuss.hashicorp.com/t/template-v2-2-0-does-not-have-a-package-available-mac-m1/35099/21?page=2

728x90