terragrunt
terragrunt copied to clipboard
based on reported issue #2158, removed the trailing slash appended to get_path_to_repo_root()
and updated tests to match
Description
Fixes #2158.
TODOs
Read the Gruntwork contribution guidelines.
- [x] Update the docs. (Docs already show this desired state)
- [x] Run the relevant tests successfully, including pre-commit checks.
- [x] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
- [x] Include release notes. If this PR is backward incompatible, include a migration guide.
Release Notes
- Removes trailing slash appended to the end of
get_path_to_repo_root()
Added / Removed / Updated [].
Migration Guide
- Migration:
source = "${get_path_to_repo_root()}/->source = "${get_path_to_repo_root()}//
@yorinasub17 @zackproser @rhoboat @denis256 Hey, is there anything else required to get this merged?
Hi, I will review soon this PR too
@denis256 Any updates?
@denis256 @levkohimins Any updates on this? Just spent a few hours debugging only to eventually discover the issue and related PR are extremely simple which is really disheartening...
@eightseventhreethree, thanks for the PR! I had to create another PR to improve the integration test since I couldn't change your PR (branch).
Resolved in v0.51.1 release.
Really appreciate you following up! Thanks for all the hard work on this amazing tool 🙂