Open Issues Need Help
View All on GitHub VSCode extension incorrectly flags valid dynamic blocks in provider configuration as syntax errors 2 months ago
bug help wanted accepted
Complex variables cannot find references 4 months ago
AI Summary: The OpenTofu language server (tofu-ls) is experiencing an issue where it fails to find references to complex variables when accessing nested attributes (e.g., `var.my_complex_variable.name`). The task is to debug and fix this issue within the language server's codebase, ensuring that references are correctly identified even when accessing nested keys within complex object variables. This requires understanding the language server's internal workings, particularly its reference resolution mechanism for OpenTofu's variable system.
Complexity:
4/5
bug help wanted accepted