Exploring GCP With Terraform: Adding Terragrunt

Finally, this is the last step in making the Terraform project manageable. I’ll add Terragrunt to the project. Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules. It’s an excellent tool for making your Terraform code DRY and reusable. I’m starting with the same project as in the previous post. The current state of code is available here in the branch add_modules....

September 17, 2023 · 6 min · Robert Nemet