v0.1.5
- Terragrunt now compares all settings of the remote configuration between what’s stored in the
.tfstate
file and in.terragrunt
. If any of those settings don’t match up, it prompts the user whether it should re-runterraform remote config
. - Terragrunt has a new
--terragrunt-non-interactive
flag that can be used to disable user prompts. This is useful when running Terragrunt in an automated setting, such as a scripts or automated test.