From 8d2f0856502a69e3b88a5a16ac96e337578025d8 Mon Sep 17 00:00:00 2001 From: David J Eddy Date: Tue, 2 Aug 2022 12:33:23 +0200 Subject: [PATCH] Update README.md FIXED link to `Terraform/Terragrunt projects (using GitHub Actions cache` resources. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 02f7d79..47562f2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ All examples post a single comment on merge requests, which gets updated as more These examples work by using the default Infracost CLI option that parses HCL, thus a Terraform Plan JSON is not needed. - [Terraform/Terragrunt projects (single or multi)](terraform-project): a repository containing one or more (e.g. mono repos) Terraform or Terragrunt projects - - [Terraform/Terragrunt projects (using GitHub Actions cache)](terraform-project-using-cache): similar to the above example but uses the GitHub Actions cache to speed up the workflow run time + - [Terraform/Terragrunt projects (using GitHub Actions cache)](using-cache): similar to the above example but uses the GitHub Actions cache to speed up the workflow run time - [Multi-projects using a config file](multi-project-config-file): repository containing multiple Terraform projects that need different inputs, i.e. variable files or Terraform workspaces - [Slack](slack): send cost estimates to Slack