diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
4.3k stars 574 forks source link

Replace terragrunt-atlantis-config with <something> #1108

Open ZIJ opened 10 months ago

ZIJ commented 10 months ago

We currently use a slightly modified version of the terragrunt-atlantis-config library for parsing of Terragrunt projects. This has several drawbacks:

We probably need to move away from terragrunt-atlantis-config. But what to replace it with? A few options come to mind:

Related to:

Reported by the user C.D.

norman-zon commented 6 months ago

In any case please keep the functionality of atlantis_extra_dependencies. We rely heavily on them.

ben-of-codecraft commented 1 month ago

@ZIJ We have run into the dependency one. I noticed in the code it does look like it is attempting to use ExecutionOrderGroups now. Is part of this been implemented?