maunzCache
maunzCache
Thank you for the response and fast removal of the appveyor. This got me pretty confused. I'd like to keep this issue open until you released your fancy stuff then...
Just as i announced it on the PR, @nilreml will take over the topic as i leave the customer project. However, i believe the implementation is finished to if there...
I believe that you are mismatching some concepts here. **Module structure** Let's first start with the terraform bit here. Guessing that your first code snippet is in directory layout i'll...
This would be expected behavior to me as terragrunt only fires the terraform command in that directory so terraform would have to decide the behavior of throwing an warning/error. Implementing...
Can confirm that the issue is still present when upgrading to the latest version 1.5.16
Have you tried [running it with --include-external-dependencies](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-include-external-dependencies)? Btw which versions of terragrunt and terraform are you using?
The init output is terraform output not terragrunt output so setting the log level for terragrunt won't help currently. You can try to set the terraform log level via https://www.terraform.io/internals/debugging...
Thanks for acknowledging this issue. I'll try to come up with something but it might take some time. Edit: I checked out the repository and noticed some tests failing but...
In addition to that i wanted to highlight that the getting-started image is not only outdated but has a health score of F. Even Redhat recommends to update to a...
So that means updating the dependency of go-getter would be sufficient to mark this one as fixed? Edit: I guess there is no release with that fix yet.