github gruntwork-io/terragrunt v0.51.1

latest releases: v0.67.10, v0.67.9, v0.67.8...
12 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.