Developer 지식
Windows11 Terraform 설치/환경변수 설정/Version check
윤태영(Coding)
2023. 5. 11. 17:19
< Windows11 Terraform 설치 >
①. https://developer.hashicorp.com/terraform/downloads 링크 접속.
②.Windows 클릭 후 386 version Download
③.설치된 File을 압축 해제 한다.
④.압축 해제 된 파일에 terraform.exe이 있다. 복사 한다.
⑤.해당 경로에 terraform.exe을 붙여넣기 한다.
< 환경 변수 편집 >
Path에 편집을 누른다.
C:\Windows\System32\terraform 입력 후 확인
< Version Check >
⑦. cmd 혹은 Powershell 실행 후, "terraform --version" 입력 한다.
위와 같이, Version check가 가능하다.