Gabor Maghera

Results 13 comments of Gabor Maghera

Hello @idvorkin - I do not have a workaround, I've given up on using starship on my MacBook Pro, only using it on Windows for now.

I only have it enabled once, but I'm using it with another framework for shell customizations (YADR), which I think it clashes with.

That is exactly what we are doing too, @ax-nmac. Our Terragrunt repository is so large (over 6000 TG modules) that it takes 20 minutes to run a full generation. Using...

Thank you for reviewing my change, @dmattia! Below are the performance gains we're getting, in our script wrapping `terragrunt-atlantis-config`. From ~27 seconds to ~2 seconds! Before fix, using a workaround:...

The generator used to do this IIRC. However, I’d try to persuade you not to store your Terraform files in the Terragrunt repo. Even with the correct blast radius detection,...

Neither ignore nor retries seem to address this issue directly. Would it be possible to break what driftclt does into batches? And perhaps give the user control over batch sizes...

Do you have an idea where solving this is on your roadmap?

The docs are a bit confusing on this. You can add this to your repo configuration YAML file instead (`config.yaml` by default, I think). If you deploy via Helm, you...

You can do this with what's available today: `a/[^d]*` would match workflow1 items, all subdirectories of a, except the one which starts with d. See this example https://go.dev/play/p/iFJsnv6uBAx, which uses...