๋ฐ์ํ
์ค์นํ๊ณ ์ ํ๋ 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
๋ฐ์ํ
'๐ IaC > Terraform' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Terraform] Variable ์ ๋ ฅ ๋ณ์ (0) | 2022.09.03 |
---|---|
[Terraform] Error: Incompatible provider version (0) | 2022.08.23 |
[Terraform] Provider, Resource, Data Source, Variable, Output, Locals, Module (0) | 2022.08.11 |
[Terraform] Configuration file๊ณผ HCL (0) | 2022.08.08 |
[TF] terraform์ผ๋ก aws ec2 ๋ง๋ค๊ธฐ (0) | 2021.11.05 |