Skip to content

Commit

Permalink
Add new Terragrunt blog post to docs as intro
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jun 10, 2019
1 parent ad4f70f commit 4ecf802
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 4ecf802

Please sign in to comment.