DDetB.Log
article thumbnail
Terraform 기본 사용 (1)
DevOps/Terraform 2023. 7. 9. 11:38

이 포스팅은 CloudNet@ 팀이 진행하는 테라폼 기초 입문 스터디에 참여하며 ‘테라폼으로 시작하는 IaC’ 책을 기준하여 정리한 글입니다. 주요 커맨드 주요 커맨드 'terraform' 입력 시 입력 가능한 명령어 셋을 확인할 수 있습니다. $ terraform Usage: terraform [global options] [args] The available commands for execution are listed below. The primary workflow commands are given first, followed by less common or more advanced commands. Main commands: init Prepare your working directory for ..