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
When declaring variables in a file, users would usually be editing the "native" HCL version and #50 describes how we can help them edit these files.
Variable files generally can also be useful for the language server to provide a pre-computed value of an expression on hover, as described in #495.
Users would benefit from #495 if all variable values were reflected there, i.e. not just *.tfvars, but also *.tfvars.json which would often be generated.
Users would also benefit from an early detection of duplicate variable names across all auto-loaded variable files, i.e.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Use-cases
When declaring variables in a file, users would usually be editing the "native" HCL version and #50 describes how we can help them edit these files.
Variable files generally can also be useful for the language server to provide a pre-computed value of an expression on hover, as described in #495.
Users would benefit from #495 if all variable values were reflected there, i.e. not just
*.tfvars
, but also*.tfvars.json
which would often be generated.Users would also benefit from an early detection of duplicate variable names across all auto-loaded variable files, i.e.
terraform.tfvars
*.auto.tfvars
terraform.tfvars.json
*.auto.tfvars.json
Proposal
*.tf.json
Parse*.tf.json
for references and symbols #672terraform.tfvars.json
and*.auto.tfvars.json
files in addition to*.tfvars
The text was updated successfully, but these errors were encountered: