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
Describe the solution you'd like
I would like to have the possibility to reference two modules in _envcommon folder through dependenc[y|ies] block.
Describe alternatives you've considered
I have considered having such dependencies on terraform module level however, this takes away the possibility to use standardized modules
Additional context
When I try to add a dependency to _envcommon like:
_envcommon/dependencies/vpc/terragrunt.hcl
And in my _envcommon/alb.hcl I state a depenency like:
It resolves to: /work/_envcommon/dependencies/vpc/terragrunt.hcl but fails to load env.hcl: Call to function "find_in_parent_folders" failed: ParentFileNotFound: Could not find a env.hcl in any of the parent folders of /work/_envcommon/dependencies/vpc/terragrunt.hcl
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I would like to have the possibility to reference two modules in
_envcommon
folder through dependenc[y|ies] block.Describe alternatives you've considered
I have considered having such dependencies on terraform module level however, this takes away the possibility to use standardized modules
Additional context
When I try to add a dependency to _envcommon like:
_envcommon/dependencies/vpc/terragrunt.hcl
And in my _envcommon/alb.hcl I state a depenency like:
It resolves to:
/work/_envcommon/dependencies/vpc/terragrunt.hcl
but fails to loadenv.hcl
:Call to function "find_in_parent_folders" failed: ParentFileNotFound: Could not find a env.hcl in any of the parent folders of /work/_envcommon/dependencies/vpc/terragrunt.hcl
The text was updated successfully, but these errors were encountered: