AWS CLI 설치

만약에, AWS가 아닌 GCP나 Azure라면 해당 CLI을 설치해주시면 좋습니다.

MacOS

Terraform 설치

Homebrew를 이용해서 설치하면 좋습니다. 우선이 되야 하는 것은 Homebrew를 먼저 설치하세요

$ brew install terraform

여러 버전을 동시에 쓰는 경우는 다음과 같이 쓰시면 편합니다.

# ~/.zshrc or ~/.bashrc
alias tf12="/usr/local/bin/terraform"
alias tf11="/usr/local/bin/terraform11"

AWS configure 셋팅