Skip to content

v0.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 18:25
· 102 commits to main since this release
v0.6.5
1831590

Added

  • Add terramate.config.change_detection.terragrunt.enabled attribute. It supports the values below:
    • auto (default): Automatically detects if Terragrunt is being used and enables change detection if needed.
    • force: Enables Terragrunt change detection even if no Terragrunt file is detected in any stack.
    • off: Disables Terragrunt change detection.

Fixed

  • Fix a performance regression in repositories having a lot of stacks.