Open Issues Need Help
View All on GitHub Missing required provider error upon opening module files about 6 hours ago
bug help wanted accepted
Autocomplete Move Statements about 2 months ago
enhancement help wanted accepted
enhancement help wanted accepted
VSCode extension incorrectly flags valid dynamic blocks in provider configuration as syntax errors 12 months ago
bug help wanted accepted
Complex variables cannot find references about 1 year 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