You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.