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
In variables.tfvariable"foo" {
type=object({
bar =string
baz =bool
})
}
Steps to Reproduce
Now in main.tf you should be able to autocomplete var.foo.bar or var.foo.baz but that doesn't happen.
Expected Behavior
autocomplete should work
Actual Behavior
autocomplete does not see anything deeper than var.foo
Gist
No response
Workarounds
No response
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Language Server Version
v0.34.2
Terraform Version
v1.8.5
Client Version
neovim 10.1
Terraform Configuration
Steps to Reproduce
Now in
main.tf
you should be able to autocompletevar.foo.bar
orvar.foo.baz
but that doesn't happen.Expected Behavior
autocomplete should work
Actual Behavior
autocomplete does not see anything deeper than
var.foo
Gist
No response
Workarounds
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: