Skip to content

v0.1.5

Compare
Choose a tag to compare
@brikis98 brikis98 released this 22 Nov 14:27
  • 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-run terraform 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.