Terragrunt: Failed to properly parse git/ssh dependency with sub directory #33772
Labels
manager:terragrunt
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
type:bug
Bug fix of existing functionality
Discussed in #33370
Originally posted by mblum14 January 2, 2025
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
CLI 39.86.4
Please tell us more about your question or problem
https://github.com/mblum14/renovate-reproduction-33370
I have the following terragrunt file:
The problem is the parsed
packageName
does not contain the GitHub domain, so git tags cannot be looked up to determine if newer version ofmyorg/my-terraform-module
are available. The parsed package name isnull/myorg/my-terraform-module.git
when I would expect it to have beenssh://[email protected]/myorg/my-terraform-module.git
.Abbreviated renovate output from scanning the project file:
Logs (if relevant)
[!NOTE]
The system I'm working on is on an air-gapped network, so copying the entire log isn't exactly do-able but I'll try to include the relevant bits
Logs
The text was updated successfully, but these errors were encountered: