Error on terragrunt-source-map first path segment in URL cannot contain colon #3735
Open
1 of 2 tasks
Labels
bug
Something isn't working
Describe the bug
I'm using my custom module at:
[email protected]:my-org/modules.git//blueprints/aws/argocd
In
$HOME/github/modules
I currently have a copy of that github repository with local changes.I'm running:
Output:
Steps To Reproduce
Tree Structure:
File: dev/us-east-1/account-1/common/argocd
File: _envcommon/argocd/argocd.hcl
I also tried with:
--terragrunt-source-map "ssh://[email protected]:my-org/modules.git=$HOME/github/modules"
and
--terragrunt-source-map "git::ssh://[email protected]:my-org/modules.git=$HOME/github/modules"
Same result.
Expected behavior
Terragrunt should run using my local code instead of the github repository.
Nice to haves
Versions
The text was updated successfully, but these errors were encountered: