Updated CLI args, config attributes and blocks
get_path_to_repo_root
[NEW]get_path_from_repo_root
[NEW]
Description
- Introduced two new functions,
get_path_to_repo_root
andget_path_from_repo_root
, that can be used to construct relative paths in relation to the root of the git repository, if theterragrunt.hcl
configuration lives in a git repository andterragrunt
is being run from a clone of the repository.
Special thanks
Special thanks to @tbell83 for their contribution!