You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are dependencies across auto-generated terragrunt projects, e.g. apps depend on VPC, then Digger does not run them in the correct order. The order of execution appears to be random or alphabetical. Likely a bug in terragrunt-atlantis-config lib that is used under the hood.
Workaround: use explicit project definition with terragrunt: true and depends_on: ["vpc", "rds"] options. Not ideal as it leads to duplication of dependency declarations.
guidola, rv-nkoehne, ben-of-codecraft, dstrants, MAXxATTAXx and 3 more