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

@@ -108,7 +108,7 @@ Web应用程序特定的组件静态Web资源服务器端模板和单页
用于执行各种构建,安装,分析等操作的脚本。
这些脚本使根级别的Makefile变得更小更简单例如 https://github.com/hashicorp/terraform/blob/master/Makefile )。
这些脚本使根级别的Makefile变得更小更简单例如 https://github.com/hashicorp/terraform/blob/main/Makefile )。
更多样例查看[`/scripts`](https://github.com/golang-standards/project-layout/blob/master/scripts/README.md)。