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
Right now, one of the only things this library does not support are finding values passed to terragrunt functions, and the reason for this is because terragrunt does not directly expose what functions it has called. So when this library sees the parsed result of a terragrunt.hcl file, all the functions are applied already. There is a similar discussion in this issue: #48
I'll try to work on that at some point soon, but if anyone is interested in helping out, adding support for hooking into the function calls would be extremely helpful
We have in our child terragrunt.hcl
Running
We dont end up with the secrets.json showing up as a dependency anywhere in our atlantis.yaml.
Am I missing something?
The text was updated successfully, but these errors were encountered: