Denis O

Results 349 comments of Denis O

Hi, maybe `-terragrunt-log-level debug` will highlight more details on what is happening, also can be defined `retryable_errors` until it is handled in terragrunt https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#retryable_errors

``` Terraform fmt............................................................Passed goimports................................................................Failed - hook id: goimports - files were modified by this hook options/options.g ```

Hello @Sebor this issue occurs on which Terragrunt version? which OS?

Hi, not sure if this is supported now, however, I think can be used `include` block and git submodules to reference `make_provider*` files from other repositories.

Hi, I was thinking about a setup like: ``` include "provider" { path = "../configs/make_provider.hcl" } ``` Where `../configs` is a git submodule referencing a specific tag/branch Simplified example: https://github.com/denis256/terragrunt-tests/tree/master/generation-path-submodule

Hi, since is related to reading output, I was thinking about something `output-xxx`

Hi, since is related to reading output, I was thinking about something `output-xxx`

Hi, the execution was performed in a clean state or with existing state? It can be that value is loaded from the existing state

Hi, will be helpful to provide more logs when this issue happens, I tried on my environments with darwin_amd64 and arm64 using [test project](https://github.com/denis256/terragrunt-tests/tree/master/terragrunt-init-each-time) and it worked fine