terragrunt icon indicating copy to clipboard operation
terragrunt copied to clipboard

Feature request: Path output from run-all

Open edgan opened this issue 2 years ago • 1 comments

In this issue and the follow up pull request the paths for different states are called output for errors. It would be nice if they were called out in normal operation. This is achievable with --terragrunt-log-level debug, but I wouldn't want to turn it on all the time, and I don't want to have to remember to add it just for run-all. A cleaner version of output like this would be awesome. Then a user could tell which state is which in the output at a glance.

``--terragrunt-log-level debug` output:

DEBU[0023] Module /home/user/git/terraform/aws/development/us-east-2 has finished successfully!  prefix=[/home/user/git/terraform/aws/development/us-east-2] 

edgan avatar Jul 28 '22 16:07 edgan