๐ IaC/Terraform
[IaC/TF] Terraform ์ค์น
dhyuck
2021. 11. 4. 21:44
๋ฐ์ํ
์ค์นํ๊ณ ์ ํ๋ OS์ ๋ง๋๋ก ๋งํฌ ๋ณต์ฌ
wget๊ณผ ๋ณต์ฌํ ๋งํฌ๋ก ํ์ผ ๋ค์ด๋ก๋
macOS Arm64
wget https://releases.hashicorp.com/terraform/1.0.10/terraform_1.0.10_darwin_arm64.zip
Linux 64-bit
wget https://releases.hashicorp.com/terraform/1.0.10/terraform_1.0.10_linux_amd64.zip
๋ค์ด๋ก๋ํ ํ์ผ unzip
macOs Arm64
unzip terraform_1.0.10_darwin_arm64.zip
Linux 64-bit
unzip terraform_1.0.10_linux_amd64.zip
terraform ํ์ผ
/usr/local/bin
์ผ๋ก ์ด๋(์ด๋์๋ ํ ๋ผํผ ๋ช ๋ น์ ์ฌ์ฉํ๊ธฐ ์ํจ, sudo ๊ถํ ํ์)mv terraform /usr/local/bin
ํ ๋ผํผ ๋ฒ์ ํ์ธ
terraform --version
๋ฐ์ํ