Open tx-kstav opened 3 years ago
We're running into this issue as well. Makes us sad pandas.
Noted 😢
I use Terragrunt's parser for this part, but I use a partial parse in many cases, which doesn't evaluate all of the terragrunt blocks, and might be why this is happening?
Can you confirm that terragrunt can normally apply
this type of file?
just ran into this as well when setting an env var in a terraform block's extra_argments
input. confirmed that terragrunt will happily apply this configuration without issue
same in 1.18.0, it fails for both hooks and extra_arguments
:(
Running terragrunt-atlantis-config on a file that has a
before_hook
or anafter_hook
that contains a reference to a terragrunt dependency fails with error message:Unknown variable; There is no variable named "dependency".
.running with:
Example file and error:
Other info: Local terragrunt version: v0.28.18 Local terraform version: v0.14.9 Similar to https://github.com/transcend-io/terragrunt-atlantis-config/issues/102
fyi @jeromepin @dmattia