Mjb141
Mjb141
I'm getting this. Unit with `no_dot_terragrunt_stack` results in `lstat : no such file or directory` Same unit, same path, executing terragrunt from the same dir (repository root) without `no_dot_terragrunt_stack` results...
> My workaround: > > ``` > terragrunt stack generate > terragrunt run --all plan > ``` This does not work for me - still has issues with relative paths.
I seem to have found a workaround in https://github.com/testcontainers/testcontainers-python/issues/537#issuecomment-2386364663, `TESTCONTAINERS_RYUK_DISABLED: true` in my gitlab job works. I'll use this for now, disabling Ryuk isn't a concern on ephemeral workers.