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
ERRO[0002] Error: Error in function call
ERRO[0002] on /home/atlantis/.atlantis/repos/org/repo/81/default/sonarqube/staging/us-west-2/parameter-store/terragrunt.hcl line 10, in locals:
ERRO[0002] 10: secretsyaml = yamldecode(sops_decrypt_file("encrypted_secrets.yaml"))
ERRO[0002]
ERRO[0002] Call to function "sops_decrypt_file" failed: Failed to read "encrypted_secrets.yaml": open encrypted_secrets.yaml: no such file or directory.
The file does exist there (in the child path: /home/atlantis/.atlantis/repos/org/repo/81/default/sonarqube/staging/us-west-2/parameter-store/encrypted_secrets.yaml.
In other terragrunt.hcl's where we have defined the path with: ${get_terragrunt_dir()}/encrypted_secrets.yaml it is able to look at the correct path, but anytime we do relative it does not.
How can we get the tool to respect relative path for locals ?
The text was updated successfully, but these errors were encountered:
The file does exist there (in the child path: /home/atlantis/.atlantis/repos/org/repo/81/default/sonarqube/staging/us-west-2/parameter-store/encrypted_secrets.yaml.
In other terragrunt.hcl's where we have defined the path with:
${get_terragrunt_dir()}/encrypted_secrets.yaml
it is able to look at the correct path, but anytime we do relative it does not.How can we get the tool to respect relative path for locals ?
The text was updated successfully, but these errors were encountered: