0

I use terragrunt to keep my code DRY, I have two repo structures one for modules and the other where my terragrunt files reside and inside the terragrunt.hcl I refer the source module via git .

Just checking out if anyone has successfully implemented Atlantis for terragrunt, not much documentation is available for the same.

If you have implemented pls share the repo for reference as most atlantis.yaml are meant for terraform not terragrunt

srethomas
  • 1
  • 5
  • I have worked with multiple atlantis+tg setups. I recommend this config generator: https://github.com/transcend-io/terragrunt-atlantis-config. you'll want to put your modules and terragrunt files in the same repo – jordanm Aug 31 '22 at 22:01
  • 1
    thanks, i found a workaround as mentioned here : https://www.runatlantis.io/docs/custom-workflows.html#terragrunt the only issue is that we need to change the image of the atlantis pod, because the default atlantis image doesn't have terraform binary so u have to pass it inside the image https://www.runatlantis.io/docs/deployment.html#customization – srethomas Sep 01 '22 at 11:40
  • Correct, ive never got away with not needing to modify the atlantis image. – jordanm Sep 01 '22 at 14:44

0 Answers0