테라폼 커멘드
설치
1 | brew tap hashicorp/tap |
업데이트
1 | brew update |
자동완성 설치
1 | touch ~/.zshrc |
초기화
1 | terraform init |
포멧 확인
1 | terraform fmt |
검증
1 | terraform validate |
인프라 계획
1 | terraform plan |
인프라 생성
1 | terraform apply |
상태 검사
1 | terraform show |
인프라 삭제
1 | terraform destroy |
1 | brew tap hashicorp/tap |
1 | brew update |
1 | touch ~/.zshrc |
1 | terraform init |
1 | terraform fmt |
1 | terraform validate |
1 | terraform plan |
1 | terraform apply |
1 | terraform show |
1 | terraform destroy |