Hello
I've some terragrunt code with dependency blocks like:
dependency "cluster_dependencies" {
config_path = "../../stateful/cluster_dependencies"
}
and inputs like:
inputs = {
aks_area = dependency.cluster.outputs.aks_area
}
This code is fine with terragrunt, but terragrunt-ls returns the following error:
{
"range": {
"start": {
"line": 47,
"character": 35
},
"end": {
"line": 47,
"character": 45
}
},
"severity": 1,
"source": "HCL",
"message": "Unknown variable: There is no variable named \"dependency\"."
},
Could you update terragrunt-ls to support dependency variables ?
All the best
Hello
I've some terragrunt code with
dependencyblocks like:and inputs like:
This code is fine with terragrunt, but terragrunt-ls returns the following error:
Could you update terragrunt-ls to support dependency variables ?
All the best