-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terragrunt error #12
Comments
a terragrunt/stacks/stage/common.tfvars is missing in the repository |
@bisio thanks for opening this issue. I got the same... So were the |
ok. it does not create it.
@bisio do you know what the content should be for |
@vallard could you please provide the missing |
This is the entire output untilt the error:
|
running terragrunt run-all init in K8sClass/terragrunt/stacks/stage i get an error:
ERRO[0011] Module /home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/eks has finished with an error: /home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/vpc/terragrunt.hcl is a dependency of /home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/eks/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. prefix=[/home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/eks]
ERRO[0011] 1 error occurred:
* /home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/vpc/terragrunt.hcl is a dependency of /home/bisio/learn/aws/K8sClass/terragrunt/stacks/stage/eks/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.
ERRO[0011] Unable to determine underlying exit code, so Terragrunt will exit with error code 1
The text was updated successfully, but these errors were encountered: