-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting generation of projects for terragrunt workspaces #424
Comments
Great! |
Hi @nilsdebruin this is now supported and here are the docs page for it: https://docs.digger.dev/configuration/terragrunt-project-generation Please give it a shot and let us know if that addresses it for you! |
Hey Guys, just found this issue, I'm trying to setup terragrunt, but generate projects does not seem to be working, my digger.yml
github actions pipeline
I am seeing this in the logs
Obviously my PR has relevant changes to the terragrunt.hcl files. I have setup Atlantis and terragrunt-atlantis-config on the same repository it manages to plan the changes. |
hey @Nilsas I'm not spotting anything there, likely some bug, it would be helpful if you can share with me a repo to help me debug the issue ! |
have you figured how to run |
We currently support generating projects dynamically for terraform projects using the toplevel
generate_projects
pattern https://docs.digger.dev/configuration/digger.yml#top-levelWe would like to support the same for terragrunt projects This can be done similar to [1] but traversing for terragrunt.hcl files and analysing dependencies for building the dependency graph
[1] https://github.com/transcend-io/terragrunt-atlantis-config
The text was updated successfully, but these errors were encountered: