-
Notifications
You must be signed in to change notification settings - Fork 181
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
Mis-diagnosed terraform_remote_state
datasource
#1575
Comments
This appears to be related to how we assemble the dependent schema for data "terraform_remote_state" "foo" {
backend = ""
provider = terraform
workspace = "foo"
} |
This is related to hashicorp/terraform-schema#251 - it appears we did not account for all edge cases there. |
I found a solution in hashicorp/terraform-schema#272 which is now pending review. I will post updates here when we merge it and release it (hopefully soon). |
A new version 2.28.1 was just released. This fixes the reported bug. The update should appear automatically in VS Code. Thank you for the the report @brettcurtis In case you experience any different validation related bug, please do let us know through a new issue. |
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. |
Another example with
terraform_remote_state
datasource if it's helpful:Originally posted by @brettcurtis in #1573 (comment)
The text was updated successfully, but these errors were encountered: