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

@@ -116,7 +116,7 @@ System init (systemd, upstart, sysv) and process manager/supervisor (runit, supe
Scripts to perform various build, install, analysis, etc operations.
These scripts keep the root level Makefile small and simple (e.g., [`https://github.com/hashicorp/terraform/blob/master/Makefile`](https://github.com/hashicorp/terraform/blob/master/Makefile)).
These scripts keep the root level Makefile small and simple (e.g., [`https://github.com/hashicorp/terraform/blob/main/Makefile`](https://github.com/hashicorp/terraform/blob/main/Makefile)).
See the [`/scripts`](scripts/README.md) directory for examples.