diff --git a/README.md b/README.md index 7980d3083..ed7e4423a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Terratest [![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_terratest) -[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gruntwork-io/terratest/tree/master.svg?style=svg&circle-token=8abd167739d60e4c1b6c1502d2092339a6c6a133)](https://dl.circleci.com/status-badge/redirect/gh/gruntwork-io/terratest/tree/master) +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gruntwork-io/terratest/tree/main.svg?style=svg&circle-token=8abd167739d60e4c1b6c1502d2092339a6c6a133)](https://dl.circleci.com/status-badge/redirect/gh/gruntwork-io/terratest/tree/main) [![Go Report Card](https://goreportcard.com/badge/github.com/gruntwork-io/terratest)](https://goreportcard.com/report/github.com/gruntwork-io/terratest) [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/gruntwork-io/terratest?tab=overview) ![go.mod version](https://img.shields.io/github/go-mod/go-version/gruntwork-io/terratest) diff --git a/docs/README.md b/docs/README.md index 66de23a89..04688d95b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ This is the code for the [Terratest website](https://terratest.gruntwork.io). -Terratest website is built with Jekyll and published on Github Pages from `docs` folder on `master` branch. +Terratest website is built with Jekyll and published on Github Pages from `docs` folder on `main` branch. # Quick Start @@ -43,7 +43,7 @@ Clone or fork Terratest [repository](https://github.com/gruntwork-io/terratest). # Deployment -GitHub Pages automatically rebuilds the website from the `/docs` folder whenever you commit and push changes to the `master` +GitHub Pages automatically rebuilds the website from the `/docs` folder whenever you commit and push changes to the `main` branch. # Working with the documentation diff --git a/docs/_config.yml b/docs/_config.yml index 6aaf1ec1d..2d800a72a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -33,7 +33,7 @@ repository: "github.com/gruntwork-io/terratest" twitter_username: https://twitter.com/gruntwork_io github_username: https://github.com/gruntwork-io -github_api_url: https://raw.githubusercontent.com/gruntwork-io/terratest/master +github_api_url: https://raw.githubusercontent.com/gruntwork-io/terratest/main # Build settings # theme: minima diff --git a/docs/_data/examples.yml b/docs/_data/examples.yml index b46d19c5d..1f0cd0e68 100644 --- a/docs/_data/examples.yml +++ b/docs/_data/examples.yml @@ -9,7 +9,7 @@ default: true learn_more: - name: Terraform Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/terraform-hello-world-example - id: packer-hello-world name: Packer Hello, World Example @@ -22,7 +22,7 @@ default: true learn_more: - name: Packer Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/packer-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/packer-hello-world-example - id: docker-hello-world name: Docker Hello, World Example @@ -36,7 +36,7 @@ default: true learn_more: - name: Docker Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/docker-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/docker-hello-world-example - id: kubernetes-hello-world name: Kubernetes Hello, World Example @@ -49,7 +49,7 @@ default: true learn_more: - name: Kubernetes Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/kubernetes-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/kubernetes-hello-world-example - id: terragrunt-hello-world name: Terragrunt Example @@ -64,7 +64,7 @@ default: true learn_more: - name: Terragrunt - url: https://github.com/gruntwork-io/terratest/tree/master/examples/terragrunt-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/terragrunt-example - id: aws-hello-world name: AWS Hello, World Example @@ -77,7 +77,7 @@ default: true learn_more: - name: AWS Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-aws-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/terraform-aws-hello-world-example - id: gcp-hello-world name: GCP Hello, World Example @@ -90,7 +90,7 @@ default: true learn_more: - name: GCP Hello, World - url: https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-gcp-hello-world-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/terraform-gcp-hello-world-example - id: azure-basic name: Azure Hello, World Example @@ -107,7 +107,7 @@ default: true learn_more: - name: Terraform Azure Example - url: https://github.com/gruntwork-io/terratest/tree/master/examples/azure/terraform-azure-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/azure/terraform-azure-example - id: opa-terraform name: OPA Terraform Example @@ -124,7 +124,7 @@ default: true learn_more: - name: Terraform OPA Example - url: https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-opa-example + url: https://github.com/gruntwork-io/terratest/tree/main/examples/terraform-opa-example - id: client-factory name: Azure Client Factory diff --git a/docs/_docs/01_getting-started/packages-overview.md b/docs/_docs/01_getting-started/packages-overview.md index 5e5654cc5..f8009a883 100644 --- a/docs/_docs/01_getting-started/packages-overview.md +++ b/docs/_docs/01_getting-started/packages-overview.md @@ -11,7 +11,7 @@ nav_title_link: /docs/ --- Now that you've had a chance to browse the examples and their tests, here's an overview of the packages you'll find in -Terratest's [modules folder](https://github.com/gruntwork-io/terratest/tree/master/modules) and how they can help you test different types infrastructure: +Terratest's [modules folder](https://github.com/gruntwork-io/terratest/tree/main/modules) and how they can help you test different types infrastructure: {:.doc-styled-table} | Package | Description | @@ -27,7 +27,7 @@ Terratest's [modules folder](https://github.com/gruntwork-io/terratest/tree/mast | **http-helper** | Functions for making HTTP requests. Examples: make an HTTP request to a URL and check the status code and body contain the expected values, run a simple HTTP server locally. | | **k8s** | Functions that make it easier to work with Kubernetes. Examples: Getting the list of nodes in a cluster, waiting until all nodes in a cluster is ready. | | **logger** | A replacement for Go's `t.Log` and `t.Logf` that writes the logs to `stdout` immediately, rather than buffering them until the very end of the test. This makes debugging and iterating easier. | -| **logger/parser** | Includes functions for parsing out interleaved go test output and piecing out the individual test logs. Used by the [terratest_log_parser](https://github.com/gruntwork-io/terratest/tree/master/cmd/terratest_log_parser) command. | +| **logger/parser** | Includes functions for parsing out interleaved go test output and piecing out the individual test logs. Used by the [terratest_log_parser](https://github.com/gruntwork-io/terratest/tree/main/cmd/terratest_log_parser) command. | | **oci** | Functions that make it easier to work with OCI. Examples: Getting the most recent image of a compartment + OS pair, deleting a custom image, retrieving a random subnet. | | **packer** | Functions for working with Packer. Examples: run a Packer build and return the ID of the artifact that was created. | | **random** | Functions for generating random data. Examples: generate a unique ID that can be used to namespace resources so multiple tests running in parallel don't clash. | diff --git a/docs/_docs/01_getting-started/quick-start.md b/docs/_docs/01_getting-started/quick-start.md index da2e574c0..ace1292da 100644 --- a/docs/_docs/01_getting-started/quick-start.md +++ b/docs/_docs/01_getting-started/quick-start.md @@ -26,9 +26,9 @@ types of infrastructure code you can test (e.g., Packer, Kubernetes, etc). 1. Create an `examples` and `test` folder. -1. Copy the folder including all the files from the [basic terraform example](https://github.com/gruntwork-io/terratest/tree/master/examples/terraform-basic-example/) into the `examples` folder. +1. Copy the folder including all the files from the [basic terraform example](https://github.com/gruntwork-io/terratest/tree/main/examples/terraform-basic-example/) into the `examples` folder. -1. Copy the [basic terraform example test](https://github.com/gruntwork-io/terratest/blob/master/test/terraform_basic_example_test.go) into the `test` folder. +1. Copy the [basic terraform example test](https://github.com/gruntwork-io/terratest/blob/main/test/terraform_basic_example_test.go) into the `test` folder. 1. To configure dependencies, run: diff --git a/docs/_docs/02_testing-best-practices/debugging-interleaved-test-output.md b/docs/_docs/02_testing-best-practices/debugging-interleaved-test-output.md index 21762cab0..bf6382c7b 100644 --- a/docs/_docs/02_testing-best-practices/debugging-interleaved-test-output.md +++ b/docs/_docs/02_testing-best-practices/debugging-interleaved-test-output.md @@ -36,7 +36,7 @@ This will: - Create a `report.xml` file containing a Junit XML file of the test summary (so it can be integrated in your CI). The output can be integrated in your CI engine to further enhance the debugging experience. See Terratest's own -[circleci configuration](https://github.com/gruntwork-io/terratest/blob/master/.circleci/config.yml) for an example of how to integrate the utility with CircleCI. This +[circleci configuration](https://github.com/gruntwork-io/terratest/blob/main/.circleci/config.yml) for an example of how to integrate the utility with CircleCI. This provides for each build: - A test summary view showing you which tests failed: diff --git a/docs/_docs/02_testing-best-practices/iterating-locally-using-docker.md b/docs/_docs/02_testing-best-practices/iterating-locally-using-docker.md index cd38dfeb6..8e17896e8 100644 --- a/docs/_docs/02_testing-best-practices/iterating-locally-using-docker.md +++ b/docs/_docs/02_testing-best-practices/iterating-locally-using-docker.md @@ -19,13 +19,13 @@ Here are some techniques we use with Docker: - If your script is used in a Packer template, add a [Docker builder](https://www.packer.io/docs/builders/docker.html) to the template so you can create a Docker image from the - same code. See the [Packer Docker Example](https://github.com/gruntwork-io/terratest/tree/master/examples/packer-docker-example) for working sample code. + same code. See the [Packer Docker Example](https://github.com/gruntwork-io/terratest/tree/main/examples/packer-docker-example) for working sample code. - We have prebuilt Docker images for major Linux distros that have many important dependencies (e.g., curl, vim, - tar, sudo) already installed. See the [test-docker-images folder](https://github.com/gruntwork-io/terratest/tree/master/test-docker-images) for more details. + tar, sudo) already installed. See the [test-docker-images folder](https://github.com/gruntwork-io/terratest/tree/main/test-docker-images) for more details. - Create a `docker-compose.yml` to make it easier to run your Docker image with all the ports, environment variables, - and other settings it needs. See the [Packer Docker Example](https://github.com/gruntwork-io/terratest/tree/master/examples/packer-docker-example) for working sample code. + and other settings it needs. See the [Packer Docker Example](https://github.com/gruntwork-io/terratest/tree/main/examples/packer-docker-example) for working sample code. - With scripts in Docker, you can replace _some_ real-world dependencies with mocks! One way to do this is to create some "mock scripts" and to bind-mount them in `docker-compose.yml` in a way that replaces the real dependency. For diff --git a/docs/_docs/02_testing-best-practices/iterating-locally-using-test-stages.md b/docs/_docs/02_testing-best-practices/iterating-locally-using-test-stages.md index f74e93b79..242291fe9 100644 --- a/docs/_docs/02_testing-best-practices/iterating-locally-using-test-stages.md +++ b/docs/_docs/02_testing-best-practices/iterating-locally-using-test-stages.md @@ -23,5 +23,5 @@ each time you change a single line of code can be very slow. This is where Terratest's `test_structure` package comes in handy: it allows you to explicitly break up your tests into stages and to be able to disable any one of those stages simply by setting an environment variable. Check out the -[terraform_packer_example_test.go](https://github.com/gruntwork-io/terratest/blob/master/test/terraform_packer_example_test.go) +[terraform_packer_example_test.go](https://github.com/gruntwork-io/terratest/blob/main/test/terraform_packer_example_test.go) for working sample code. diff --git a/docs/_docs/04_community/contributing.md b/docs/_docs/04_community/contributing.md index 7349d9473..64676fb40 100644 --- a/docs/_docs/04_community/contributing.md +++ b/docs/_docs/04_community/contributing.md @@ -112,7 +112,7 @@ Development](http://tom.preston-werner.com/2010/08/23/readme-driven-development. stays up to date and allows you to think through the problem at a high level before you get lost in the weeds of coding. -The documentation is built with Jekyll and hosted on the Github Pages from `docs` folder on `master` branch. Check out [Terratest website](https://github.com/gruntwork-io/terratest/tree/master/docs#working-with-the-documentation) to learn more about working with the documentation. +The documentation is built with Jekyll and hosted on the Github Pages from `docs` folder on `main` branch. Check out [Terratest website](https://github.com/gruntwork-io/terratest/tree/main/docs#working-with-the-documentation) to learn more about working with the documentation. ### Update the tests diff --git a/docs/_docs/04_community/license.md b/docs/_docs/04_community/license.md index e66ac94d9..72a139af9 100644 --- a/docs/_docs/04_community/license.md +++ b/docs/_docs/04_community/license.md @@ -12,4 +12,4 @@ nav_title_link: /docs/ ## License -This code is released under the Apache 2.0 License. See [LICENSE](https://github.com/gruntwork-io/terratest/blob/master/LICENSE){:target="_blank"} and [NOTICE](https://github.com/gruntwork-io/terratest/blob/master/NOTICE){:target="_blank"} for more details. +This code is released under the Apache 2.0 License. See [LICENSE](https://github.com/gruntwork-io/terratest/blob/main/LICENSE){:target="_blank"} and [NOTICE](https://github.com/gruntwork-io/terratest/blob/main/NOTICE){:target="_blank"} for more details. diff --git a/docs/_includes/examples/example.html b/docs/_includes/examples/example.html index b8c61c0fd..96c6a6bed 100644 --- a/docs/_includes/examples/example.html +++ b/docs/_includes/examples/example.html @@ -58,7 +58,7 @@ {% unless include.skip_view_on_github %}
{% endunless %} diff --git a/docs/_includes/examples/explorer.html b/docs/_includes/examples/explorer.html index 4766cca69..e2fcde0e6 100644 --- a/docs/_includes/examples/explorer.html +++ b/docs/_includes/examples/explorer.html @@ -26,7 +26,7 @@ {% if include.example_id == nil %}