[Terraform] README.md 작성 자동화 프로그램 ‘Terraform Docs’ 간단소개
Terraform의 리소스를 간단하게 README.md로 출력해주는 도구가 있다. Github : https://github.com/terraform-docs/terraform-docs 설치 (mac) brew install terraform-docs or brew install terraform-docs/tap/terraform-docs 사용법 terraform-docs markdown table \\ --output-file README.md \\ --output-mode inject ./ 위 명령어를 입력하면 현재 디렉터리에 존재하는 Terraform 리소스를 README.md 파일로 떨궈준다. hook을 이용하여 파이프라인과 통합시키기 1. pre-commit 설치 소스코드에 commit 작업 전..