공부/IaC
[Terraform] MAC에서 tfenv로 terraform 특정 버전 사용
haejang
2022. 5. 14. 13:35
728x90
728x90
# tfenv 설치
$ brew install tfenv
# terraform 특정 버전 설치
$ tfenv install 1.1.3
# terraform 특정 버전 사용
$ tfenv use 1.1.3
# terraform 버전 확인
$ terraform version
Terraform v1.1.3
다른 버전으로 스위칭하는것도 자유롭다
끝
728x90
728x90