github transcend-io/terragrunt-atlantis-config v1.2.0

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

Before this change, this module determined if a terragrunt.hcl file was a parent or not by examining if it had a terraform.source field in it's hcl. This is not enough, as some actual (non-parent) modules may leave this field blank, which assumes a default of terraform { source = "." }.

This change now also looks if there is an includes block present, which is a definite signal that a module is not a parent.

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

NewReleases is sending notifications on new releases.