Releases: gruntwork-io/terragrunt
Releases · gruntwork-io/terragrunt
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- Terragrunt now supports
spin-up
andtear-down
commands that automatically find all the Terraform modules in the current working directory and runsterraform apply
orterraform destroy
in each one, in the proper order, based on their dependencies. See the docs here for details: https://github.com/gruntwork-io/terragrunt#the-spin-up-and-tear-down-commands - Terragrunt now supports defining
dependencies
in the.terragrunt
file to specify which other modules should be deployed before the current one. See the docs here for details: https://github.com/gruntwork-io/terragrunt#dependencies-between-modules - You can now specify the current working directory using the
--terragrunt-working-dir
param. See the docs here for details: https://github.com/gruntwork-io/terragrunt#cli-options
v0.5.1
v0.5.0
v0.4.0
- ENHANCEMENT: Terragrunt now supports an
include
block and several helpers that you can use in the.terragrunt
file to reuse settings from another.terragrunt
file. This significantly reduces the amount of copy/paste and manual maintenance you have to do if you are maintaining multiple Terraform folders (and thereby, multiple.terragrunt
files). For usage instructions, see: https://github.com/gruntwork-io/terragrunt/tree/inherit#managing-multiple-terragrunt-files