Git Product home page Git Product logo

Comments (3)

dmattia avatar dmattia commented on August 16, 2024 1

Thank you very much for opening this!

This is definitely a use case I've thought of, and something I plan to support. At Transcend we have a fair number of local modules as well, so I've seen this come up now and then.

I think more generally, this falls under the topic of cascading dependencies. Right now, if we have the dependency tree of modules

A -> B -> C

And module C is updated, only module B knows that C was updated, but we really want module A to know that C was updated as well.

In code, we'd need to update this section so that for each terragrunt dependency we recursively call getDependencies. And to make that not explode in time, adding some memoization to getDependencies would be nice.

I think it's very doable and shouldn't take too too long, but I'll be on vacation for the next week and a half, so it'll be a bit before I can get to this.

from terragrunt-atlantis-config.

dmattia avatar dmattia commented on August 16, 2024

@Neki please check out the 0.13.0 release: https://github.com/transcend-io/terragrunt-atlantis-config/releases/tag/v0.13.0, which has this change made. The new functionality is enabled by default after you upgrade.

from terragrunt-atlantis-config.

Neki avatar Neki commented on August 16, 2024

Thanks a lot, this seems to work for us. We're now encountering issues with giant dependencies trees, but that's on us :) I'll keep playing with this and see if I can come up with a good workflow.

from terragrunt-atlantis-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.