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

@@ -113,7 +113,7 @@ OpenAPI/Swaggerの仕様、JSONスキーマファイル、プロトコル定義
様々なビルド、インストール、解析などの操作を行うためのスクリプトです。
これらのスクリプトはルートレベルの 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)ディレクトリを参照してください。