I have a TF project that when I make changes to it...
# atlantis-community
c
I have a TF project that when I make changes to it I would like it to trigger another project that's using terragrunt. Does atlantis have the ability to trigger another project when it see's changes? Goal here primarily at first is to see if all the terragrunt environments have issue with the sourced module
d
c
not sure how that helps... repo1 and repo2
how does commit to project1 trigger a atlantis plan to project2
d
if they are separate repos, it does not
You will need to depend on either projects which will block applies until done manually https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html#order-of-planning-applying
c
so guessing that means I need to have explicit server config rather than DRY or can the repo atlantis.yaml do these dependencies? not sure how it will know about other projects not within their own atlantis.yaml though
just trying to avoid creating a huge server yaml if i can help it
again the projects appear to be dir specific which is 1 project not multiple repos... has to be some way to handle cross projects