From 4ecf802f8e19d63c6af28a190f58e1daf9d4ce6a Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman <brikis98@gmail.com> Date: Tue, 11 Jun 2019 00:27:40 +0100 Subject: [PATCH] Add new Terragrunt blog post to docs as intro --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e54e02f69..42ac19ac39 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ # Terragrunt Terragrunt is a thin wrapper for [Terraform](https://www.terraform.io/) that provides extra tools for keeping your -Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. Check out +[Terragrunt: how to keep your Terraform code DRY and +maintainable](https://blog.gruntwork.io/terragrunt-how-to-keep-your-terraform-code-dry-and-maintainable-f61ae06959d8) +for a quick introduction to Terragrunt. @@ -53,7 +56,9 @@ Terraform configurations DRY, working with multiple Terraform modules, and manag 1. Terragrunt is a direct implementation of the ideas expressed in [Terraform: Up & Running](http://www.terraformupandrunning.com). Additional background reading that will help - explain the motivation for Terragrunt includes the Gruntwork.io blog posts + explain the motivation for Terragrunt include + [Terragrunt: how to keep your Terraform code DRY and + maintainable](https://blog.gruntwork.io/terragrunt-how-to-keep-your-terraform-code-dry-and-maintainable-f61ae06959d8), [How to create reusable infrastructure with Terraform modules](https://blog.gruntwork.io/how-to-create-reusable-infrastructure-with-terraform-modules-25526d65f73d) and [How to use Terraform as a team](https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973).