many-easter-94952
09/26/2022, 10:38 PMgithub actions
?
Error: Error processing module at '/home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl'. How this module was found: Terragrunt config file found in a subdirectory of ./aws. Underlying error: /home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl:55,41-64: Error in function call; Call to function "find_in_parent_folders" failed: ParentFileNotFound: Could not find a account.hcl in any of the parent folders of /home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl. Cause: Traversed all the way to the root..
little-author-61621
09/27/2022, 7:35 AMmany-easter-94952
09/27/2022, 2:09 PMaccount.hcl
on this repo since this is a parent or a hub repo for other services.
i.e. infrastructure-configurations/aws/deployments/m*/dc-inf*/account.hcl
I cannot post the content of the config files unfortunately.
time="2022-09-27T13:54:12Z" level=info msg="Detected Terragrunt directory at ."
Error: Error processing module at '/home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl'. How this module was found: Terragrunt config file found in a subdirectory of .. Underlying error: /home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl:77,47-70: Error in function call; Call to function "find_in_parent_folders" failed: ParentFileNotFound: Could not find a config-secrets.enc.yaml in any of the parent folders of /home/runner/work/infra-terraform-configurations/infra-terraform-configurations/aws/deployments/terragrunt.hcl. Cause: Traversed all the way to the root..
Error: Process completed with exit code 1.
0s
little-author-61621
09/27/2022, 4:18 PMfind_in_parent_folders
function.
A workaround for just now would be trying to use the --terraform-force-cli
flag and see if that works, as per this issue.