github gruntwork-io/terragrunt v0.51.1

latest releases: v0.68.13, v0.68.13-beta2024111301, v0.68.13-alpha2024111301...
14 months ago

Updated CLI args, config attributes and blocks

  • get_path_to_repo_root()

Description

  • Removes trailing slash appended to the end of get_path_to_repo_root()

Migration Guide

  • source = "${get_path_to_repo_root()}/modules -> source = "${get_path_to_repo_root()}//modules
  • source = "${get_path_to_repo_root()}modules -> source = "${get_path_to_repo_root()}/modules

Related links

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.