GitHub - Lubycon/lubycon-terraform: 루비콘에서 사용하는 모든 클라우드 리소스를 코드로 관리합시다.
terraform을 이용하여 Infrastructure as code를 실현합니다. terraform과 terragurnt를 실행할 수 있는 환경이라면 어디서든 구동이 가능합니다. $ git clone https://github.com/danielzepp/lubycon-terraform 이 저장소를 이용하기 위해서는 terraform, terragrunt를 반드시 설치해야합니다. terraform >= 1.0.0 terragrunt >= 0.30.0 $ brew install terraform $ brew install terragrunt Switch Version terraform, terragrunt의 버전은 tgenv, tfenv를 이용해 스위칭 하는것이 편합니다.
https://github.com/Lubycon/lubycon-terraform