You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the 0.67.6 version and version 0.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.
level=error msg=/<path>/network/terragrunt.hcl is a dependency of /<path>/database/terragrunt.hcl but detected no outputs. Either the target module has not been applied yet, or the module has no outputs. If this is expected, set the skip_outputs flag to true on the dependency block.
I've confirmed that the module has outputs so i'm not sure what's the problem here.
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 #3156 (comment)
The text was updated successfully, but these errors were encountered: