Skip to content

How to configure terragrunt when terraform modules are in individual repos? #690

Answered by dsantanu
dsantanu asked this question in How do I
Discussion options

You must be logged in to vote

okay, finally figured out what was overlooked: The value for tf_repo_pfx MUST be prefixed with git::, for Terraform to process arbitrary Git repositories

tf_repo_pfx: "git::https://github.com/dsantanu/tf-sample"

The above repo works just fine, if tf_repo_pfx(in global.yaml) is updated with git:: prefix.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dsantanu
Comment options

@dsantanu
Comment options

Comment options

You must be logged in to vote
1 reply
@denis256
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dsantanu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment