Technical requirements
For the recipes in this chapter, we will need the following tools:
- Terragrunt, whose documentation is available at https://terragrunt.gruntwork.io/.
- We will also use the jq utility to parse JSON. You can download it from https://stedolan.github.io/jq/.
- We will use Node.js to install it, refer to the documentation here: https://nodejs.org/en.
The complete source code for this chapter is available here:
https://github.com/PacktPublishing/Terraform-Cookbook-Second-Edition/tree/main/CHAP12