테라폼 커멘드

테라폼 커멘드

설치

1
2
brew tap hashicorp/tap
brew install hashicorp/tap/terraform

업데이트

1
2
brew update
brew upgrade hashicorp/tap/terraform

자동완성 설치

1
2
touch ~/.zshrc
terraform -install-autocomplete

초기화

1
terraform init

포멧 확인

1
terraform fmt

검증

1
terraform validate

인프라 계획

1
terraform plan

인프라 생성

1
terraform apply

상태 검사

1
terraform show

인프라 삭제

1
terraform destroy

참조