Update link to Terraform example

That repo's master branch was renamed to main.
This commit is contained in:
Mikey Boldt
2021-12-21 14:23:02 -06:00
parent 8f825b7454
commit 00c345d99a
12 changed files with 12 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ OpenAPI/Swagger 스펙들, JSON schema 파일들, 프로토콜 정의 파일들.
빌드, 설치, 분석, 기타 작업을 위한 스크립트들.
이 스크립트들은 루트의 Makefile을 작고 간단하게 유지해줍니다 (e.g., [`https://github.com/hashicorp/terraform/blob/master/Makefile`](https://github.com/hashicorp/terraform/blob/master/Makefile)).
이 스크립트들은 루트의 Makefile을 작고 간단하게 유지해줍니다 (e.g., [`https://github.com/hashicorp/terraform/blob/main/Makefile`](https://github.com/hashicorp/terraform/blob/main/Makefile)).
예시로 [`/scripts`](scripts/README.md) 디렉터리를 확인하세요.