Open 1azunna opened 1 month ago
Hey @1azunna ,
I'm not sure either, but I will say that provider plugin caching is a pretty nuanced subject, and you might be using a solution that's a lot more complicated than it needs to be. Have you tried using the built-in Provider Cache Server? That's the most reliable (and well tested) way to re-use provider plugins across terragrunt.hcl
files.
I tested the
0.67.6
version and version0.58.10
and i'm getting the same behaviour.I am trying to use a dependency in my terragrunt resource but i keep getting this error even though the dependent resource has been applied successfully.
I've confirmed that the module has outputs so i'm not sure what's the problem here.
Here is my root
terragrunt.hcl
Then i have a resource
terragrunt.hcl
with this setupThe folder structure is as follows
I have attached both log files below: v0.58.10.log v0.67.6.log
Originally posted by @1azunna in https://github.com/gruntwork-io/terragrunt/issues/3156#issuecomment-2354127019