Merge pull request #155 from mboldt/terraform-main

Update link to Terraform example
This commit is contained in:
Kyle Quest
2023-06-29 21:45:31 -07:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ System initsystemdupstartsysv和 process manager/supervisorrunit
执行各种构建、安装、分析等操作的脚本。
这些脚本保持了根级别的 Makefile 变得小而简单(例如, [`https://github.com/hashicorp/terraform/blob/master/Makefile`](https://github.com/hashicorp/terraform/blob/master/Makefile) )。
这些脚本保持了根级别的 Makefile 变得小而简单(例如, [`https://github.com/hashicorp/terraform/blob/main/Makefile`](https://github.com/hashicorp/terraform/blob/main/Makefile) )。
有关示例,请参见  [`/scripts`](scripts/README.md) 目录。