Update dependency gruntwork-io/terragrunt to v0.51.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | ironbank-github | patch |
v0.51.0 -> v0.51.1
|
gruntwork-io/terragrunt | patch |
v0.51.0 -> v0.51.1
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
gruntwork-io/terragrunt
v0.51.1
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.