Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing references for blocks in a separate config file #646

Closed
radeksimko opened this issue Sep 22, 2021 · 3 comments · Fixed by #829
Closed

Missing references for blocks in a separate config file #646

radeksimko opened this issue Sep 22, 2021 · 3 comments · Fixed by #829

Comments

@radeksimko
Copy link
Member

Server Version

0.22.0

Terraform Configuration Files

variables.tf

variable "aaa" {}
variable "bbb" {}
variable "ccc" {}

main.tf

output "name" {
  value = var.
}

Expected Behavior

References to all three variables (aaa, bbb, ccc) to be suggested on completion in main.tf.

Actual Behavior

Missing var.bbb reference.
2021-09-22 10 02 22

Steps to Reproduce

Failing E2E test:

6679f0e

@radeksimko
Copy link
Member Author

This is still reproducible in the latest main revision, same (rebased) failing test: 845f16f

@github-actions
Copy link

This functionality has been released in v0.26.0 of the language server.
If you use the official Terraform VS Code extension, it will prompt you to upgrade to this version automatically upon next launch or within the next 24 hours.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant