github transcend-io/terragrunt-atlantis-config v0.13.0

latest releases: v1.18.0, v1.17.8, v1.17.7...
3 years ago

Before this release, if we had 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.

This release will also state that module A depends on module C by default.

It can be optionally controlled by the flag --cascade-dependencies, which defaults to true.

Don't miss a new terragrunt-atlantis-config release

NewReleases is sending notifications on new releases.